We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dd7ac3 commit 2c7b5e8Copy full SHA for 2c7b5e8
1 file changed
.github/workflows/.ci.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- uses: actions/checkout@v2
12
- name: Use Node.js ${{ matrix.node-version }}
13
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
14
with:
15
node-version: ${{ matrix.node-version }}
16
- run: npm ci
0 commit comments