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 e78e281 commit 74b0088Copy full SHA for 74b0088
.github/workflows/nodejs.yml
@@ -5,10 +5,10 @@ jobs:
5
build:
6
runs-on: ubuntu-latest
7
steps:
8
- - uses: actions/checkout@v3
9
- - uses: actions/setup-node@v3
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
10
with:
11
- node-version: 18
+ node-version: 22
12
registry-url: https://registry.npmjs.org/
13
cache: npm
14
- run: npm ci
.github/workflows/publish.yml
@@ -10,10 +10,10 @@ jobs:
permissions:
contents: read
15
16
17
18
19
0 commit comments