Skip to content

Commit

Permalink
ci: Use node 18 to build package
Browse files Browse the repository at this point in the history
  • Loading branch information
d-beezee committed Oct 18, 2024
1 parent fa461cd commit 38990ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- uses: actions/checkout@v2
- name: Prepare repository
run: git fetch --unshallow --tags
- name: Use Node.js 16.x
- name: Use Node.js 18.x
uses: actions/setup-node@v2
with:
node-version: "16"
node-version: "18"
- name: Cache node modules
uses: actions/cache@v1
with:
Expand Down

0 comments on commit 38990ba

Please sign in to comment.