Skip to content

Commit 85e124f

Browse files
fix: relax node version constrainst and support node v18+
1 parent aa62068 commit 85e124f

4 files changed

Lines changed: 383 additions & 305 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
node-version: [22]
10+
node-version: [18]
1111
steps:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-node@v2
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
strategy:
2525
matrix:
26-
node-version: [22]
26+
node-version: [18]
2727
steps:
2828
- uses: actions/checkout@v2
2929
- uses: actions/setup-node@v2

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v22
1+
v18

0 commit comments

Comments
 (0)