Skip to content

Commit

Permalink
main: node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeHats committed Dec 9, 2023
1 parent 91a34fb commit 85b8004
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- name: Setup Rust
uses: actions-rs/toolchain@v1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@types/d3-quadtree": "^3.0.6",
"@types/d3-scale-chromatic": "^3.0.3",
"@types/delaunator": "^5.0.2",
"@types/node": "^16.18.68",
"@types/node": "^18.19.3",
"classnames": "^2.3.2",
"color": "^4.2.3",
"culori": "^3.3.0",
Expand Down
19 changes: 14 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2033,10 +2033,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^16.18.68":
version: 16.18.68
resolution: "@types/node@npm:16.18.68"
checksum: a7df7d5761ec339aff812929fa7ab3f1b3951b2372fda7eeedf8bba134c52cbea9fb721ae99f3f1427f782094bffa0d85509b15bfe426858dd04f12c71d55988
"@types/node@npm:^18.19.3":
version: 18.19.3
resolution: "@types/node@npm:18.19.3"
dependencies:
undici-types: "npm:~5.26.4"
checksum: b95d0c0be342275e27d882bb6ca73c0b757d1672a121cae1fc3249eda4f86a8abeb5745e5c5c1150914bcfda323a3fc51526cd34e2097f8355bf7cbf12fa6bcb
languageName: node
linkType: hard

Expand Down Expand Up @@ -6890,7 +6892,7 @@ __metadata:
"@types/delaunator": "npm:^5.0.2"
"@types/diff": "npm:^5.0.9"
"@types/glob": "npm:^8.1.0"
"@types/node": "npm:^16.18.68"
"@types/node": "npm:^18.19.3"
"@types/pixi.js": "npm:^5.0.0"
"@types/react": "npm:^18.2.43"
"@types/react-dom": "npm:^18.2.17"
Expand Down Expand Up @@ -7184,6 +7186,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~5.26.4":
version: 5.26.5
resolution: "undici-types@npm:5.26.5"
checksum: 0097779d94bc0fd26f0418b3a05472410408877279141ded2bd449167be1aed7ea5b76f756562cb3586a07f251b90799bab22d9019ceba49c037c76445f7cddd
languageName: node
linkType: hard

"unique-filename@npm:^1.1.1":
version: 1.1.1
resolution: "unique-filename@npm:1.1.1"
Expand Down

0 comments on commit 85b8004

Please sign in to comment.