Skip to content

Commit

Permalink
chore: remove Node.js 10 from CI
Browse files Browse the repository at this point in the history
Signed-off-by: Diana Lau <[email protected]>
  • Loading branch information
dhmlau committed Nov 22, 2021
1 parent 1432f69 commit 1ffc3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [10, 12, 14, 16]
node-version: [12, 14, 16]
include:
- os: macos-latest
node-version: 14 # LTS
Expand Down

0 comments on commit 1ffc3a8

Please sign in to comment.