Skip to content

Commit

Permalink
Fix GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasIO committed Feb 7, 2024
1 parent 5869814 commit 457b757
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Node.js 16.x
uses: actions/setup-node@v3
- uses: pnpm/action-setup@v2
with:
node-version: 16.x
version: 8

- name: Setup Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: pnpm

- name: Install Dependencies
run: pnpm i
Expand Down

0 comments on commit 457b757

Please sign in to comment.