Skip to content

Commit fa07a7f

Browse files
CICD
1 parent 2480999 commit fa07a7f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/common-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88
contents: write
99

1010
env:
11-
node_version: 20
11+
node_version: 22
1212

1313
jobs:
1414
lint:

.github/workflows/common-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env:
2222
DISABLE_PARALLEL_DEPLOY: false
2323
REAL_NPM: ${{ inputs.mode == 'global' || inputs.mode == 'local' }}
2424
TEST_MONOREPO: ${{ inputs.testMonorepo }}
25-
node_version: 20
25+
node_version: 22
2626

2727
jobs:
2828
test-cdk-basic:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88
contents: write
99

1010
env:
11-
node_version: 20
11+
node_version: 22
1212

1313
jobs:
1414
build:

.github/workflows/update-npm-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77

88
env:
9-
node_version: 20
9+
node_version: 22
1010

1111
jobs:
1212
update-packages:

0 commit comments

Comments
 (0)