Skip to content

Commit b87372a

Browse files
authored
fix: update to node 24 (#1584)
1 parent 71ad011 commit b87372a

File tree

6 files changed

+4035
-6404
lines changed

6 files changed

+4035
-6404
lines changed

.github/actions/setup-node-npm/action.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
77
- name: Set up Node
88
uses: actions/setup-node@v5
99
with:
10-
node-version: 22.21
10+
node-version-file: '.nvmrc'
1111

1212
- name: Get npm cache directory
1313
id: npm-cache-dir
@@ -23,10 +23,6 @@ runs:
2323
restore-keys: |
2424
${{ runner.os }}-node-
2525
26-
- name: Update NPM (only if cache miss)
27-
run: npm install -g npm@10.9.2
28-
shell: bash
29-
3026
- name: Install dependencies (only if cache miss)
3127
run: npm ci
3228
shell: bash

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ test-results.xml
1010
admin-idp-p*.json
1111
*.env
1212
.idea
13-
.nvmrc
1413
*.code-workspace
1514
.prettierrc
1615
.vscode/settings.json

.nvmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
24.11.1
2+

0 commit comments

Comments
 (0)