We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc931e6 commit 0110151Copy full SHA for 0110151
.github/workflows/nodejs.yml
@@ -6,11 +6,11 @@ jobs:
6
build:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
10
- name: Use Node.js
11
uses: actions/setup-node@v4
12
with:
13
- node-version: 20
+ node-version: 22
14
cache: npm
15
- run: npm install
16
- run: npm run build
.github/workflows/publish.yml
@@ -12,10 +12,10 @@ jobs:
publish-npm:
- uses: actions/setup-node@v4
17
18
19
registry-url: https://registry.npmjs.org/
20
21
- run: npm ci
0 commit comments