Skip to content

Commit 503fe2e

Browse files
author
Pascal Klesse
committed
chore: update Node.js version to 22 and streamline dependency installation
1 parent 0f58eb3 commit 503fe2e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,21 @@ jobs:
1717
- name: Setup Node.js
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: 20
20+
node-version: 22
2121
registry-url: https://registry.npmjs.org/
2222

23-
- name: Enable Corepack
24-
run: npm i -g --force corepack@latest && corepack enable
25-
2623
- name: Install dependencies
27-
run: npx nypm@latest i
24+
run: npm i
2825

2926
- name: Build
3027
run: npm run prepack
3128

3229
- name: Playground prepare
3330
run: npm run dev:prepare
3431

32+
- name: Lint
33+
run: npm run lint
34+
3535
- name: Test
3636
run: npm run test
3737

0 commit comments

Comments
 (0)