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