Skip to content

Commit

Permalink
use newer action and node version
Browse files Browse the repository at this point in the history
  • Loading branch information
josiahayres committed Mar 13, 2024
1 parent 97ce07e commit 8d89fa2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
- name: Prepare repository
run: git fetch --unshallow --tags

- name: Use Node.js 18.x
uses: actions/setup-node@v3
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20.x

- name: Install dependencies
run: yarn install --frozen-lockfile --ignore-scripts
Expand Down

0 comments on commit 8d89fa2

Please sign in to comment.