Skip to content

Commit ab88073

Browse files
authored
Merge pull request #1556 from nscuro/node-22
Upgrade to Node 22
2 parents 634a7b1 + b736f89 commit ab88073

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/_meta-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Set up NodeJs
5252
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # tag=v6.4.0
5353
with:
54-
node-version: '20'
54+
node-version: '22'
5555
cache: 'npm'
5656

5757
- name: Run Npm Build

.github/workflows/ci-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- name: Set up NodeJs
7676
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # tag=v6.4.0
7777
with:
78-
node-version: '20'
78+
node-version: '22'
7979
cache: 'npm'
8080

8181
- name: Configure Git

.github/workflows/i18n.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up NodeJs
2525
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # tag=v6.4.0
2626
with:
27-
node-version: '20'
27+
node-version: '22'
2828
cache: 'npm'
2929

3030
- name: Install Dependencies

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up NodeJs
2525
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # tag=v6.4.0
2626
with:
27-
node-version: '20'
27+
node-version: '22'
2828
cache: 'npm'
2929

3030
- name: Install Dependencies

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
22

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Stack
44

5-
Vue 2 SPA (Vue CLI, BootstrapVue, CoreUI). Node >= 20, npm >= 9.
5+
Vue 2 SPA (Vue CLI, BootstrapVue, CoreUI). Node >= 22, npm >= 10.
66

77
## Commands
88

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"not ie <= 10"
114114
],
115115
"engines": {
116-
"node": ">= 20",
117-
"npm": ">= 9"
116+
"node": ">= 22",
117+
"npm": ">= 10"
118118
}
119119
}

0 commit comments

Comments
 (0)