We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b052d6 commit d01b0fbCopy full SHA for d01b0fb
.github/workflows/build.yml
@@ -33,7 +33,7 @@ jobs:
33
node: [ 18, 19, 20 ]
34
steps:
35
- uses: actions/checkout@v4.1.1
36
- - uses: actions/setup-node@v3.8.1
+ - uses: actions/setup-node@v4.0.2
37
name: Set up NodeJS
38
with:
39
node-version: ${{ matrix.node }}
.github/workflows/publish.yml
@@ -44,7 +44,7 @@ jobs:
44
45
46
fetch-tags: true
47
48
49
50
node-version: 18
.github/workflows/release.yml
@@ -41,7 +41,7 @@ jobs:
41
runs-on: ubuntu-latest
42
43
0 commit comments