We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f354e68 commit 5b953f7Copy full SHA for 5b953f7
2 files changed
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/checkout@v4
23
24
- name: Setup Node.js
25
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
26
with:
27
node-version: 22.19.0
28
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
run: npm i -g corepack@latest --force && corepack enable
29
node-version: 20.19.5
30
cache: "pnpm"
0 commit comments