Skip to content

Commit

Permalink
fix(actions): upgrade node 18 to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
gokselpirnal committed Jan 24, 2024
1 parent 1452d00 commit d6277e5
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 @@ -15,9 +15,9 @@ jobs:
with:
fetch-depth: 0
- name: Set Node env
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- name: Install dependencies
run: npm ci
- name: Run build
Expand Down

0 comments on commit d6277e5

Please sign in to comment.