Skip to content

Commit

Permalink
chore: update node lts versions for test
Browse files Browse the repository at this point in the history
  • Loading branch information
soulteary committed Mar 22, 2022
1 parent 02aa368 commit b582cf7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
# Node LTS https://nodejs.org/en/about/releases/
node-version: [12.x, 14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{matrix.node-version}}
Expand Down

0 comments on commit b582cf7

Please sign in to comment.