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 05ee156 + d0b38c3 commit 2e510d0Copy full SHA for 2e510d0
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
matrix:
14
node-version: [14.x, 16.x, 18.x]
15
steps:
16
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
17
- name: Use Node.js ${{ matrix.node-version }}
18
uses: actions/setup-node@v2
19
with:
@@ -44,7 +44,7 @@ jobs:
44
CI: true
45
runs-on: ubuntu-latest
46
47
48
- name: Use Node.js lts
49
50
.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