Skip to content

Commit

Permalink
Drop Node 18, start testing Node 21 & update dependencies. (#862)
Browse files Browse the repository at this point in the history
* Major package upgrades

* Update rust deps and fix a few things

* Drop 18 testing

* Use node 20

* lint rust

* lint

* changelog

* Drop usage of SVGs, use compound elements.
  • Loading branch information
Half-Shot authored Dec 22, 2023
1 parent 8cac2f1 commit 48dc7db
Show file tree
Hide file tree
Showing 33 changed files with 10,345 additions and 2,853 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
node_version: [18, 20]
node_version: [20, 21]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node_version }}
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
Loading

0 comments on commit 48dc7db

Please sign in to comment.