We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 85d5c16 + 708eaec commit 30a25ccCopy full SHA for 30a25cc
2 files changed
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
version: 9
26
27
- name: Set up Node.js
28
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
29
with:
30
node-version: 22.x
31
cache: pnpm
@@ -61,7 +61,7 @@ jobs:
61
62
63
64
65
66
node-version: ${{ matrix.node-version }}
67
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
24
node-version: "22"
registry-url: "https://registry.npmjs.org"
0 commit comments