Skip to content

Commit 3626644

Browse files
authored
Add support for node 20 & 21; Drop 16 (#19)
1 parent a5c23fb commit 3626644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
node-version: [19.x, 18.x, 16.x]
14+
node-version: [21.x, 20.x, 19.x, 18.x]
1515
os: [ubuntu-latest, macos-latest]
1616

1717
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)