Skip to content

Commit

Permalink
chore(ci): Replace Node 10 with LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
fb55 committed Apr 7, 2022
1 parent 2247ebe commit 1a69212
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
env:
CI: true
FORCE_COLOR: 2
NODE_COV: 16 # The Node.js version to run coveralls on
NODE_COV: "lts/*" # The Node.js version to run coveralls on

jobs:
lint:
Expand All @@ -31,10 +31,10 @@ jobs:
fail-fast: false
matrix:
node:
- 10
- 12
- 14
- 16
- "lts/*"

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

0 comments on commit 1a69212

Please sign in to comment.