We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 164f8ad + 53fa40f commit 46fca7dCopy full SHA for 46fca7d
2 files changed
.github/workflows/npm-publish-github-packages.yml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ubuntu-latest
22
steps:
23
- uses: actions/checkout@v4
24
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
25
with:
26
node-version: "20"
27
- run: npm test
.github/workflows/npm-test.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
- name: Use Node.js
18
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
19
20
node-version: '22'
- run: npm install
0 commit comments