Skip to content

Commit

Permalink
feat: bump minimum node version (#230)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: requires node 18
BREAKING CHANGE: mathjs 12
  • Loading branch information
scttcper authored Oct 31, 2023
1 parent 2d6d79f commit 7d3d31c
Show file tree
Hide file tree
Showing 5 changed files with 1,127 additions and 869 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20
Expand All @@ -35,7 +35,9 @@ jobs:
pull-requests: write # to be able to comment on released pull requests
id-token: write # to enable use of OIDC for npm provenance
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 20
Expand Down
Loading

0 comments on commit 7d3d31c

Please sign in to comment.