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.
2 parents 319c113 + f64558a commit 496bff3Copy full SHA for 496bff3
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
matrix:
13
node-version: [14.x, 16.x, 18.x]
14
steps:
15
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
16
- name: Use Node.js ${{ matrix.node-version }}
17
uses: actions/setup-node@v3
18
with:
@@ -43,7 +43,7 @@ jobs:
43
CI: true
44
runs-on: ubuntu-latest
45
46
47
- name: Use Node.js lts
48
49
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
21
22
23
24
25
fetch-depth: 0 # Need history for changelog generation
26
0 commit comments