Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit52ee663

Browse files
authored
feat: support node v22 (#470)
* feat: support node v22* ci: test on node v22
1 parent967b0ac commit52ee663

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/workflows/tests.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on:ubuntu-latest
99
strategy:
1010
matrix:
11-
node-version:[20.x]
11+
node-version:[20.x, 22.x]
1212
steps:
1313
-name:Checkout Repo
1414
uses:actions/checkout@v4

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name":"angular-split-app",
33
"version":"0.0.0",
44
"engines": {
5-
"node":"^18 || ^20"
5+
"node":"^18 || ^20 || ^22"
66
},
77
"scripts": {
88
"app_analyze":"npm run build && ng build --configuration production --stats-json && webpack-bundle-analyzer dist/angular-split-app/stats.json",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp