Skip to content

Commit

Permalink
update yarn version
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-run committed Aug 16, 2024
1 parent ac41417 commit 1bf4d53
Show file tree
Hide file tree
Showing 4 changed files with 929 additions and 897 deletions.
893 changes: 0 additions & 893 deletions .yarn/releases/yarn-4.1.1.cjs

This file was deleted.

925 changes: 925 additions & 0 deletions .yarn/releases/yarn-4.4.0.cjs

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ nodeLinker: node-modules
npmScopes:
navikt:
npmAlwaysAuth: true
npmAuthToken: '${NPM_AUTH_TOKEN:-}'
npmRegistryServer: 'https://npm.pkg.github.com'
npmAuthToken: "${NPM_AUTH_TOKEN:-}"
npmRegistryServer: "https://npm.pkg.github.com"

yarnPath: .yarn/releases/yarn-4.1.1.cjs
yarnPath: .yarn/releases/yarn-4.4.0.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
]
},
"prettier": "@navikt/eslint-config-teamsykmelding/prettier",
"packageManager": "yarn@4.1.1"
"packageManager": "yarn@4.4.0"
}

0 comments on commit 1bf4d53

Please sign in to comment.