We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a1939fb + 948d173 commit 369776eCopy full SHA for 369776e
2 files changed
.github/workflows/publish.yml
@@ -21,7 +21,7 @@ jobs:
21
submodules: true
22
23
- name: Setup Node.js
24
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
25
with:
26
node-version: 22.x
27
registry-url: 'https://registry.npmjs.org/'
.github/workflows/test-and-build.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
19
20
- name: Install
0 commit comments