Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
chore: upgraded to Node.js 18.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nickytonline committed Dec 19, 2023
1 parent 69eb82a commit 32bac91
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: "🔧 setup node"
uses: actions/[email protected]
with:
node-version: 20
node-version: 18.17.0

- name: "🔧 install npm@latest"
run: npm i -g npm@latest
Expand Down
4 changes: 2 additions & 2 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"url": "git+https://github.com/open-sauced/opengraph.opensauced.pizza.git"
},
"engines": {
"node": ">= 16.19.1",
"npm": ">= 9.6.3"
"node": ">= 18.17.0",
"npm": ">= 10.2.3"
},
"scripts": {
"types:auto-add": "npx typesync",
Expand Down

0 comments on commit 32bac91

Please sign in to comment.