Skip to content

Commit f23a88b

Browse files
authored
use all supported versions for testing
1 parent e729360 commit f23a88b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-javascript.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
matrix:
1818
os:
1919
- ubuntu-latest
20-
node-version: ['18.x', '20.x']
20+
node-version: ['18.x', '20.x', '22.x', '23.x']
2121
include:
2222
- os: windows-latest
23-
node-version: '20.x'
23+
node-version: '22.x'
2424
- os: macos-latest
25-
node-version: '20.x'
25+
node-version: '22.x'
2626

2727
steps:
2828
- name: set git core.autocrlf to 'input'

0 commit comments

Comments
 (0)