Skip to content

Commit 8f013ce

Browse files
authored
fix: stop testing in Node 12, test in Node 16 + 18 (#52)
1 parent 78170ff commit 8f013ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/github-actions/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node_version: ["12", "14"]
14+
node_version: ["14", "16", "18"]
1515

1616
steps:
1717
- uses: actions/checkout@v2
@@ -29,4 +29,4 @@ jobs:
2929
runs-on: ubuntu-latest
3030
needs: test_matrix
3131
steps:
32-
- run: echo ok
32+
- run: echo ok

0 commit comments

Comments
 (0)