Skip to content

Commit 148563c

Browse files
build: bump npm v22
1 parent af374b3 commit 148563c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/actions/prepare/action.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@ runs:
77
steps:
88
- uses: actions/setup-node@v4
99
with:
10-
node-version: 20
10+
node-version: 22
1111
registry-url: 'https://registry.npmjs.org'
12-
- name: Install latest npm
13-
shell: bash
14-
run: npm install -g npm@latest
1512
- name: Install dependencies
1613
shell: bash
1714
run: npm ci

0 commit comments

Comments
 (0)