Skip to content

Commit

Permalink
Merge pull request #66 from Protonull/update-node
Browse files Browse the repository at this point in the history
  • Loading branch information
Huskydog9988 authored Aug 12, 2023
2 parents 548b471 + 9f5cad6 commit 8bc3cdb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 17.x
- name: Use Node.js 18
uses: actions/setup-node@v1
with:
node-version: 17.x
node-version: 18
- run: cd server && yarn
- run: cd server && yarn build
- run: cd server && yarn test
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.4",
"@types/node": "^16.11.38",
"@types/node": "^18.17.4",
"@types/node-fetch": "^2.6.1",
"dotenv": "^16.0.1",
"prettier": "^3.0.1",
Expand Down
8 changes: 4 additions & 4 deletions server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
resolved "https://registry.npmjs.org/@types/node/-/node-16.11.36.tgz"
integrity sha512-FR5QJe+TaoZ2GsMHkjuwoNabr+UrJNRr2HNOo+r/7vhcuntM6Ee/pRPOnRhhL2XE9OOvX9VLEq+BcXl3VjNoWA==

"@types/node@^16.11.38":
version "16.11.38"
resolved "https://registry.npmjs.org/@types/node/-/node-16.11.38.tgz"
integrity sha512-hjO/0K140An3GWDw2HJfq7gko3wWeznbjXgg+rzPdVzhe198hp4x2i1dgveAOEiFKd8sOilAxzoSJiVv5P/CUg==
"@types/node@^18.17.4":
version "18.17.5"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.17.5.tgz#c58b12bca8c2a437b38c15270615627e96dd0bc5"
integrity sha512-xNbS75FxH6P4UXTPUJp/zNPq6/xsfdJKussCWNOnz4aULWIRwMgP1LgaB5RiBnMX1DPCYenuqGZfnIAx5mbFLA==

async-mutex@^0.3.2:
version "0.3.2"
Expand Down

0 comments on commit 8bc3cdb

Please sign in to comment.