Skip to content

Commit 633345d

Browse files
authored
Test on current versions of Node.js (#221)
Updated Node.js versions and actions in the workflow.
1 parent e507365 commit 633345d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
node: [18, 20]
13+
node: [18, 20, 22, lts/*] # https://github.com/actions/setup-node?tab=readme-ov-file#usage
1414
os: [ubuntu-latest, macos-latest, windows-latest]
1515
runs-on: ${{matrix.os}}
1616
steps:

0 commit comments

Comments
 (0)