Skip to content

Commit

Permalink
Revert "chore: upgraded to Node.js 18.17.0"
Browse files Browse the repository at this point in the history
This reverts commit 32bac91.
  • Loading branch information
nickytonline committed Dec 22, 2023
1 parent 70e1568 commit c185226
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/setup-node@v2.1.5
with:
node-version: 18.17.0
node-version: 20

- 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": ">= 18.17.0",
"npm": ">= 10.2.3"
"node": ">= 16.19.1",
"npm": ">= 9.6.3"
},
"scripts": {
"types:auto-add": "npx typesync",
Expand Down

0 comments on commit c185226

Please sign in to comment.