Skip to content

Commit

Permalink
chore: trying Node.js 20
Browse files Browse the repository at this point in the history
  • Loading branch information
nickytonline committed Dec 19, 2023
1 parent 32bac91 commit 3cd2c0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.10.0

- name: "🔧 install npm@latest"
run: npm i -g npm@latest
Expand Down
2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"url": "git+https://github.com/open-sauced/opengraph.opensauced.pizza.git"
},
"engines": {
"node": ">= 18.17.0",
"node": ">= 20.10.0",
"npm": ">= 10.2.3"
},
"scripts": {
Expand Down

0 comments on commit 3cd2c0d

Please sign in to comment.