Skip to content

Commit daffa1a

Browse files
authored
chore: upgrade packages and minimum node (#2630)
BREAKING CHANGE: drop node 12
1 parent aa862e3 commit daffa1a

File tree

36 files changed

+17305
-11007
lines changed

36 files changed

+17305
-11007
lines changed

.github/workflows/test-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3
1919
- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3
2020
with:
21-
node-version: 16
21+
node-version: 18
2222
- run: npm ci
2323
- run: npm test
2424
- uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # v3

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3
1212
- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3
1313
with:
14-
node-version: 16
14+
node-version: 18
1515
- run: npm ci
1616
- run: npm run lint
1717
- run: npm run typecheck
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ${{ matrix.config.os }}
2121
strategy:
2222
matrix:
23-
node-version: [12.x, 14.x, 16.x]
23+
node-version: [14.x, 16.x, 18.x, 20.x]
2424
config:
2525
# arch isn't used and we have no way to use it currently
2626
- { os: macos-latest, arch: x64 }

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.18.1
1+
18.16.0

0 commit comments

Comments
 (0)