Skip to content

Commit

Permalink
revert: Go back to Node v18 builds (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurdotb authored Jan 17, 2024
1 parent eb90ad0 commit 0572a3c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 18
cache: 'npm'

- name: "Execute build"
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: 20
node-version: 18
cache: 'npm'

- name: "Obtain Github App token"
Expand Down
6 changes: 3 additions & 3 deletions 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 @@ -144,6 +144,6 @@
"access": "public"
},
"engines": {
"node": ">=20.0.0"
"node": ">=18.0.0"
}
}

0 comments on commit 0572a3c

Please sign in to comment.