Skip to content

Commit 863a5e0

Browse files
committed
chore: update Node.js versions in CI
1 parent d8ac460 commit 863a5e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-and-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
strategy:
66
fail-fast: false
77
matrix:
8-
node: [14.x, 16.x, 18.x, lts/*, current]
8+
node: [18.x, 20.x, lts/*, current]
99
os: [macos-latest, ubuntu-latest, windows-latest]
1010
runs-on: ${{ matrix.os }}
1111
steps:
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup Node.js
3636
uses: actions/[email protected]
3737
with:
38-
node-version: 18
38+
node-version: lts/*
3939
- name: Install dependencies
4040
run: |
4141
npm install --no-progress --no-package-lock --no-save

0 commit comments

Comments
 (0)