Skip to content

Commit

Permalink
Add immutable
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbjoern committed Apr 23, 2024
1 parent 37413a0 commit 317f451
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version: "20"
registry-url: "https://npm.pkg.github.com"
- name: "install dependencies"
run: "yarn"
run: "yarn --immutable"
env:
NODE_AUTH_TOKEN: "${{ secrets.READER_TOKEN }}"
- name: "test packages"
Expand Down
Binary file modified .yarn/install-state.gz
Binary file not shown.
12 changes: 11 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2460,7 +2460,17 @@ __metadata:
languageName: unknown
linkType: soft

"@navikt/aap-felles-prettier@npm:^0.0.98, @navikt/aap-felles-prettier@workspace:packages/aap-felles-prettier":
"@navikt/aap-felles-prettier@npm:^0.0.98":
version: 0.0.98
resolution: "@navikt/aap-felles-prettier@npm:0.0.98::__archiveUrl=https%3A%2F%2Fnpm.pkg.github.com%2Fdownload%2F%40navikt%2Faap-felles-prettier%2F0.0.98%2F12f734c29872ee5e0074e7f3508ce71bab022037"
dependencies:
"@trivago/prettier-plugin-sort-imports": "npm:^4.2.0"
prettier: "npm:^3.0.3"
checksum: 10c0/b6a567e0e09a41f90e2b5da66af90127b6ca28a86ce91a9e1b88a4c81272e5d9ad2b269ee96b7c6b29440f8113acf51bc750888d636acb6412893f1b646dd3b1
languageName: node
linkType: hard

"@navikt/aap-felles-prettier@workspace:packages/aap-felles-prettier":
version: 0.0.0-use.local
resolution: "@navikt/aap-felles-prettier@workspace:packages/aap-felles-prettier"
dependencies:
Expand Down

0 comments on commit 317f451

Please sign in to comment.