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 7725391 commit 716dfedCopy full SHA for 716dfed
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
name: release
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
15
- uses: actions/setup-node@v3
16
with:
17
cache: npm
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
19
- ubuntu-latest
20
runs-on: "${{ matrix.os }}"
21
22
23
- name: "Use Node.js ${{ matrix.node-version }}"
24
uses: actions/setup-node@v3
25
@@ -31,7 +31,7 @@ jobs:
31
32
needs: test_matrix
33
34
35
36
37
node-version: 16
0 commit comments