We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71d5c19 commit f82c8d0Copy full SHA for f82c8d0
.github/workflows/release.yml
@@ -23,11 +23,9 @@ jobs:
23
24
- name: Setup PNPM
25
uses: pnpm/action-setup@v4
26
- with:
27
- version: 9.15.9
28
29
- name: Setup Node.js 22
30
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
31
with:
32
node-version: 22
33
cache: pnpm
.github/workflows/tests.yml
@@ -25,11 +25,9 @@ jobs:
- name: Install pnpm
- name: Setup Node.js ${{ matrix.node-version }}
34
node-version: ${{ matrix.node-version }}
35
registry-url: https://registry.npmjs.org/
0 commit comments