Skip to content

Commit

Permalink
build: Switch to Node v20 engine (#320)
Browse files Browse the repository at this point in the history
* Node v20 bump

* lockfile
  • Loading branch information
ankurdotb authored Jan 17, 2024
1 parent cc10b81 commit bfd15e9
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 218 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'npm'
cache-dependency-path: '**/package-lock.json'

Expand All @@ -43,7 +43,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'npm'
cache-dependency-path: '**/package-lock.json'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'npm'
cache-dependency-path: '**/package-lock.json'

Expand Down
Loading

0 comments on commit bfd15e9

Please sign in to comment.