We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2e9fcf + 34860c1 commit 871af5fCopy full SHA for 871af5f
2 files changed
.github/workflows/npm-publish.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Checkout
26
uses: actions/checkout@v5
27
- name: Setup Node.js
28
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
29
with:
30
node-version: 16
31
- name: Build
@@ -38,7 +38,7 @@ jobs:
38
runs-on: ubuntu-latest
39
steps:
40
- uses: actions/checkout@v5
41
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
42
43
44
registry-url: https://registry.npmjs.org/
.github/workflows/npm-test.yml
@@ -23,7 +23,7 @@ jobs:
23
24
0 commit comments