Skip to content

Commit 1f64428

Browse files
committed
add node v18 support
1 parent 6377871 commit 1f64428

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ workflows:
6666
os:
6767
- linux
6868
node-version:
69-
- "14.19"
7069
- "16.13"
70+
- "18.18"
7171
- test-browser

.github/workflows/CI-CD.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
- macos-latest
2929
- windows-latest
3030
node:
31-
- 14
3231
- 16
32+
- lts/*
3333

3434
steps:
3535
- name: Checkout source
@@ -76,7 +76,7 @@ jobs:
7676
- name: Install Node
7777
uses: actions/setup-node@v3
7878
with:
79-
node-version: 16
79+
node-version: lts/*
8080

8181
- name: Install dependencies
8282
run: npm ci

0 commit comments

Comments
 (0)