Skip to content

Commit 2a5f483

Browse files
authored
update to node 22 (#360)
1 parent 5895bf5 commit 2a5f483

4 files changed

Lines changed: 14 additions & 27 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
- name: '📦 Cache dependencies'
1414
uses: actions/setup-node@v6
1515
with:
16+
node-version: 22
1617
cache: 'npm'
1718
- name: 'npm install'
1819
run: npm ci --prefer-offline --no-audit --no-fund
@@ -26,6 +27,7 @@ jobs:
2627
- name: '📦 Cache dependencies'
2728
uses: actions/setup-node@v6
2829
with:
30+
node-version: 22
2931
cache: 'npm'
3032
- name: 'npm install'
3133
run: npm ci --prefer-offline --no-audit --no-fund
@@ -41,6 +43,7 @@ jobs:
4143
- name: '📦 Cache dependencies'
4244
uses: actions/setup-node@v6
4345
with:
46+
node-version: 22
4447
cache: 'npm'
4548
- name: 'npm install'
4649
run: npm ci --prefer-offline --no-audit --no-fund
@@ -56,6 +59,7 @@ jobs:
5659
- name: '📦 Cache dependencies'
5760
uses: actions/setup-node@v6
5861
with:
62+
node-version: 22
5963
cache: 'npm'
6064
- name: 'npm install'
6165
run: npm ci --prefer-offline --no-audit --no-fund

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.18.2
1+
22.21.1

package-lock.json

Lines changed: 8 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@angular/cli": "^18.2.6",
4040
"@angular/compiler-cli": "^18.2.6",
4141
"@types/jasmine": "~5.1.4",
42-
"@types/node": "^18.14.6",
42+
"@types/node": "^22.19.1",
4343
"@typescript-eslint/eslint-plugin": "^7.2.0",
4444
"@typescript-eslint/parser": "^7.2.0",
4545
"eslint": "^8.57.0",

0 commit comments

Comments
 (0)