Skip to content

Commit c52f45c

Browse files
author
Michael Wittwer
committed
chore(build): update node versions
To match current versions
1 parent 9a64894 commit c52f45c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
test:
1818
strategy:
1919
matrix:
20-
# Test with Node.js v16 (maintenance), v18 (LTS) and v19 current
20+
# Test with Node.js v18 (maintenance), v20 (LTS) and v21 current
2121
node:
22-
- 16
2322
- 18
24-
- 19
23+
- 20
24+
- 21
2525
name: Node.js v${{ matrix.node }}
2626
runs-on: ubuntu-latest
2727
steps:

0 commit comments

Comments
 (0)