Skip to content

Commit a2aabf8

Browse files
committed
ci: update node lts version
1 parent 3b654cd commit a2aabf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
include:
4040
# Active LTS + other OS
4141
- os: macos-latest
42-
node_version: 18
42+
node_version: 20
4343
- os: windows-latest
44-
node_version: 18
44+
node_version: 20
4545
fail-fast: false
4646

4747
name: "Build&Test: node-${{ matrix.node_version }}, ${{ matrix.os }}"

0 commit comments

Comments
 (0)