We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc2b131 commit 2650cb5Copy full SHA for 2650cb5
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
fetch-depth: 0
20
- name: Setup Nodejs
21
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
22
23
node-version: ${{ matrix.node }}
24
- name: Install dependencies
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
14
15
- name: Setup Node.js
16
17
node-version: 16
0 commit comments