Skip to content

Commit

Permalink
chore: upgrade packages and minimum node
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop node 12
  • Loading branch information
reconbot committed Apr 29, 2023
1 parent aa862e3 commit f47fd7b
Show file tree
Hide file tree
Showing 36 changed files with 17,305 additions and 11,007 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3
- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3
with:
node-version: 16
node-version: 18
- run: npm ci
- run: npm test
- uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3
- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3
with:
node-version: 16
node-version: 18
- run: npm ci
- run: npm run lint
- run: npm run typecheck
Expand All @@ -20,7 +20,7 @@ jobs:
runs-on: ${{ matrix.config.os }}
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [14.x, 16.x, 18.x, 20.x]
config:
# arch isn't used and we have no way to use it currently
- { os: macos-latest, arch: x64 }
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.18.1
18.16.0

0 comments on commit f47fd7b

Please sign in to comment.