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 c817a88 commit 4d5dfc8Copy full SHA for 4d5dfc8
.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@v2
16
with:
17
cache: npm
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
- ubuntu-latest
21
runs-on: "${{ matrix.os }}"
22
23
24
- name: "Use Node.js ${{ matrix.node-version }}"
25
uses: actions/setup-node@v2
26
@@ -32,7 +32,7 @@ jobs:
32
33
needs: test_matrix
34
35
36
37
38
node-version: 'lts/*'
0 commit comments