We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba60073 + 2556210 commit 1fb5dfeCopy full SHA for 1fb5dfe
2 files changed
.github/workflows/npm-publish-github-packages.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- uses: actions/checkout@v5
18
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
19
with:
20
node-version: 22
21
- run: npm install
@@ -26,7 +26,7 @@ jobs:
26
if: github.ref_type == 'tag' && startsWith(github.ref, 'refs/tags/v')
27
28
29
30
31
node-version: "22"
32
.github/workflows/npm-test.yml
- name: Use Node.js
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
node-version: '22'
0 commit comments