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 01771f2 commit fe98ee3Copy full SHA for fe98ee3
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- uses: actions/checkout@v4
22
- name: Use Node.js ${{ matrix.node-version }}
23
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
24
with:
25
node-version: ${{ matrix.node-version }}
26
- name: npm install, build and test
.github/workflows/publish.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
- name: Use Node.js
18
19
node-version-file: '.node-version'
- name: set version
0 commit comments