Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

Commit

Permalink
chore(ci): bump node versions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ckipp01 committed Mar 4, 2022
1 parent 082064f commit fc9dcb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [macOS-latest, ubuntu-latest, windows-latest]
node-version: [10, 14, 15]
node-version: [16, 17]

env:
NODE_ENV: test
Expand Down

0 comments on commit fc9dcb1

Please sign in to comment.