Skip to content

Commit 441319a

Browse files
authored
Update Node.js versions for testing
1 parent 56cdd74 commit 441319a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-javascript.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
os:
2020
- ubuntu-latest
21-
node-version: ["18.x", "20.x", "22.x"]
21+
node-version: ["20.x", "22.x", "24.x"]
2222
include:
2323
- os: windows-latest
2424
node-version: "22.x"
@@ -42,4 +42,4 @@ jobs:
4242
working-directory: javascript
4343

4444
- run: npm run lint
45-
working-directory: javascript
45+
working-directory: javascript

0 commit comments

Comments
 (0)