Skip to content

Commit 603f2df

Browse files
chore(deps): update dependency node to v22
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 92a199d commit 603f2df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- uses: actions/checkout@v4
4343
- uses: actions/setup-node@v4
4444
with:
45-
node-version: 20 # LTS
45+
node-version: 22 # LTS
4646
- run: npm ci --ignore-scripts
4747
- name: Verify code linting
4848
run: npx --no eslint .
@@ -57,7 +57,7 @@ jobs:
5757
fetch-depth: 0
5858
- uses: actions/setup-node@v4
5959
with:
60-
node-version: 20 # LTS
60+
node-version: 22 # LTS
6161
- run: npm ci --ignore-scripts
6262
- name: Verify commit linting
6363
run: npx --no -p @commitlint/cli commitlint --from origin/master --to HEAD --verbose

0 commit comments

Comments
 (0)