Skip to content

Commit e5ecbb1

Browse files
committed
[tmp] update Node.js versions in CI workflow to use lts/* and current channels
1 parent 7dc260a commit e5ecbb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
12-
node-version: ['16', '18', '19']
12+
node-version: ['lts/*', 'current']
1313

1414
steps:
1515
- uses: actions/checkout@v4
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
strategy:
2929
matrix:
30-
node-version: ['16']
30+
node-version: ['lts/*']
3131

3232
steps:
3333
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)