Skip to content

Commit 28886e7

Browse files
author
dpepin
committed
chore(node): add 18 to workflows and remove <16
1 parent 5b5e594 commit 28886e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node: [ '12.x', '14.x', '16.x' ]
13+
node: [ '16.x', '18.x' ]
1414
name: Node ${{ matrix.node }}
1515
steps:
1616
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)