Skip to content

Commit

Permalink
build: update node version for build
Browse files Browse the repository at this point in the history
  • Loading branch information
ruscoder committed Nov 15, 2024
1 parent 02a710e commit cd3b2cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
-
name: Checkout
uses: actions/checkout@v4

-
uses: actions/setup-node@v4
with:
node-version: '20.x'
-
name: Install dependencies
run: npm clean-install
Expand Down

0 comments on commit cd3b2cb

Please sign in to comment.