Skip to content

Commit

Permalink
Drop node.js 10 and 12 support, add 16 and 18
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Dec 18, 2022
1 parent 1292a9d commit b276f03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
strategy:
matrix:
node:
- '10'
- '12'
- '14'
- '16'
- '18'
steps:
- uses: actions/checkout@v2
- name: Setup node
Expand Down

0 comments on commit b276f03

Please sign in to comment.