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 b964b02 commit 2be76fcCopy full SHA for 2be76fc
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
steps:
23
- uses: actions/checkout@v2
24
- name: Use Node.js ${{ matrix.node-version }}
25
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
26
with:
27
node-version: ${{ matrix.node-version }}
28
- run: npm version
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
15
fetch-depth: 0
16
- name: Setup Node.js
17
18
19
node-version: 12
20
- name: Install dependencies
0 commit comments