Skip to content

Commit 1a69212

Browse files
committed
chore(ci): Replace Node 10 with LTS
1 parent 2247ebe commit 1a69212

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
env:
1010
CI: true
1111
FORCE_COLOR: 2
12-
NODE_COV: 16 # The Node.js version to run coveralls on
12+
NODE_COV: "lts/*" # The Node.js version to run coveralls on
1313

1414
jobs:
1515
lint:
@@ -31,10 +31,10 @@ jobs:
3131
fail-fast: false
3232
matrix:
3333
node:
34-
- 10
3534
- 12
3635
- 14
3736
- 16
37+
- "lts/*"
3838

3939
steps:
4040
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)