Skip to content

Commit

Permalink
Update CI to use current versions of Node.js (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
earldouglas committed Jan 9, 2022
1 parent b3f727c commit 418e1ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
node-version: [12.x, 14.x, 16.x, 17.x] # https://nodejs.org/en/about/releases/#releases

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 418e1ef

Please sign in to comment.