Skip to content

Commit

Permalink
fix: change test pipelines to node 12 & 14
Browse files Browse the repository at this point in the history
  • Loading branch information
codepunkt committed Jul 2, 2021
1 parent e5b56d9 commit c66468d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [12.x, 14.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit c66468d

Please sign in to comment.