Skip to content

Commit fc8b39a

Browse files
committed
bump LTS version of node in CI
1 parent 7ee07a3 commit fc8b39a

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
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

55
env:
66
FORCE_COLOR: true
7-
NODE_VERSION: latest
7+
NODE_VERSION: 20
88

99
jobs:
1010
setup:
@@ -42,7 +42,7 @@ jobs:
4242

4343
strategy:
4444
matrix:
45-
node_version: [16, 18]
45+
node_version: [18, 20]
4646

4747
steps:
4848
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)