Skip to content

Commit

Permalink
Merge pull request #355 from code-like-a-carpenter/node-20
Browse files Browse the repository at this point in the history
feat: update to node 20 BREAKING CHANGE: update to node 20
  • Loading branch information
ianwremmel committed Jan 23, 2024
2 parents 4d99b42 + c2c4866 commit 30581c2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- uses: actions/cache@v4
env:
cache-name: cache-node-modules
Expand All @@ -52,7 +52,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- uses: actions/cache@v4
env:
cache-name: cache-node-modules
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- uses: actions/cache@v4
env:
cache-name: cache-node-modules
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- uses: actions/cache@v4
env:
cache-name: cache-node-modules
Expand Down
2 changes: 1 addition & 1 deletion package-lock.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 @@ -42,7 +42,7 @@
"test": "TZ=UTC jest"
},
"engines": {
"node": ">=18"
"node": ">=20"
},
"keywords": [],
"author": "Ian Remmel <1182361+ianwremmel@users.noreply.github.com>",
Expand Down

0 comments on commit 30581c2

Please sign in to comment.