Skip to content

Commit c66468d

Browse files
authored
fix: change test pipelines to node 12 & 14
1 parent e5b56d9 commit c66468d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
strategy:
2525
matrix:
26-
node-version: [10.x, 12.x]
26+
node-version: [12.x, 14.x]
2727
steps:
2828
- uses: actions/checkout@v1
2929
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)