Skip to content
This repository has been archived by the owner on Dec 18, 2021. It is now read-only.

Commit

Permalink
Merge pull request #550 from form8ion/drop-node-10
Browse files Browse the repository at this point in the history
chore(node-version): droped node v10 support
  • Loading branch information
travi authored May 12, 2021
2 parents 7e7daec + 84cfd4a commit 8b1e50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [10, 12, 14]
node: ['12.17', 12, 14, 16]
steps:
- uses: actions/checkout@v2
- name: Setup node
Expand Down

0 comments on commit 8b1e50e

Please sign in to comment.