Skip to content

Commit bd7a7ef

Browse files
committed
småfix
1 parent 7513c37 commit bd7a7ef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/setup-install/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ runs:
2020

2121
- name: Installere dependencies
2222
shell: bash
23-
run: HUSKY=0 yarn install --immutable
23+
run: yarn install --immutable

.github/actions/setup-yarnrc/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ inputs:
88
runs:
99
using: composite
1010
steps:
11-
- shell: bash
11+
- name: Setup yarn-config
12+
shell: bash
1213
run: |
13-
corepack enable
1414
yarn config set npmScopes.navikt.npmRegistryServer "https://npm.pkg.github.com"
1515
yarn config set npmScopes.navikt.npmAlwaysAuth true
1616
yarn config set npmScopes.navikt.npmAuthToken ${{ inputs.npmAuthToken }}

0 commit comments

Comments
 (0)