We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2680a42 commit 9d19530Copy full SHA for 9d19530
1 file changed
.github/workflows/release.yml
@@ -45,16 +45,13 @@ jobs:
45
with:
46
version: 10.14.0
47
48
- - name: Setup Node.js 22.x
+ - name: Setup Node.js 24.x
49
uses: actions/setup-node@v4
50
51
- node-version: 22.x
+ node-version: 24.x
52
cache: "pnpm"
53
registry-url: 'https://registry.npmjs.org'
54
55
- - name: Update npm to latest
56
- run: npm install -g npm@latest
57
-
58
- name: Install Dependencies
59
run: pnpm install --frozen-lockfile
60
0 commit comments