Skip to content

Commit

Permalink
Skrur på yarn berry i workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbjoern committed Apr 23, 2024
1 parent 48e6c41 commit 9795a49
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ jobs:
id-token: write
packages: write
steps:
- uses: "actions/checkout@v2"
- uses: "actions/setup-node@v2"
- uses: "actions/checkout@v4"
- uses: "actions/setup-node@v4"
with:
node-version: "20"
registry-url: "https://npm.pkg.github.com"
- name: Enable Corepack
run: corepack enable
- name: "install dependencies"
run: "yarn --immutable"
env:
Expand Down

0 comments on commit 9795a49

Please sign in to comment.