Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
ci: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Dec 20, 2023
1 parent 93a654e commit 2057649
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 @@ -18,7 +18,7 @@ jobs:
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
registry-url: https://registry.npmjs.org/
cache: pnpm

Expand All @@ -27,7 +27,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Install
run: pnpm i
run: pnpm install

- name: Build
run: pnpm run build
Expand Down

0 comments on commit 2057649

Please sign in to comment.