Skip to content

Commit 071a8f8

Browse files
committed
test: change node.js test target version
1 parent 98d0f76 commit 071a8f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Node.js
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: '22'
29+
node-version: '24'
3030

3131
# cache node_modules
3232
- name: Cache dependencies

.github/workflows/run-test-javascript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
node_version: ['18', '20', '22']
26+
node_version: ['20', '22', '24']
2727
os: [ubuntu-latest, windows-latest, macos-latest]
2828

2929
steps:

0 commit comments

Comments
 (0)