Skip to content

Commit 8e34ec7

Browse files
dkundelbnb
andcommitted
chore: update node versions in CI
Co-authored-by: Tierney Cyren <accounts@bnb.im>
1 parent c96e0ec commit 8e34ec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: [macos-latest, windows-latest, ubuntu-latest]
24-
node-version: [14, 16, 18]
24+
node-version: [ lts/-2, lts/-1, lts/*]
2525

2626
steps:
2727
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)