Skip to content
This repository was archived by the owner on May 15, 2023. It is now read-only.

Commit 34a34c0

Browse files
authored
Update CI Node versions to 18/16/14 (#139)
1 parent 8680e05 commit 34a34c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@ jobs:
7272
fail-fast: false
7373
matrix:
7474
os: [ubuntu, windows, macos]
75-
node_version: [16]
75+
node_version: [18]
7676
include:
7777
# Include LTS versions on Ubuntu
7878
- os: ubuntu
79-
node_version: 14
79+
node_version: 16
8080
- os: ubuntu
81-
node_version: 12
81+
node_version: 14
8282

8383
steps:
8484
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)