Skip to content

Commit

Permalink
chore: Node 18 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibgreen committed Oct 13, 2023
1 parent 0db4465 commit 737e519
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
npm run test ci
- name: Coveralls
if: matrix.node-version == 16
if: matrix.node-version == 18
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"test-size-explicit": "npm run build && webpack --config test/webpack.config.js --env.import-vec4-mat4-explicit",
"test-size": "npm run build && webpack --config test/webpack.config.js --env.import-nothing"
},
"dependencies": {},
"devDependencies": {
"@probe.gl/bench": "^3.5.4",
"@turf/destination": "^6.0.1",
Expand All @@ -39,5 +40,9 @@
"resolutions": {
"tape": "4.11.0",
"es-abstract": "^1.21.1"
},
"volta": {
"node": "18.18.1",
"yarn": "1.22.19"
}
}

0 comments on commit 737e519

Please sign in to comment.