Skip to content

Commit

Permalink
fix: disable corepack autopin
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Jun 16, 2024
1 parent fe1b81c commit 9b56c06
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ jobs:
deploy:
runs-on: ubuntu-latest
environment: deploy
env:
COREPACK_ENABLE_AUTO_PIN: 0
steps:
- name: Checkout Commit
uses: actions/checkout@v4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
deploy:
runs-on: ubuntu-latest
environment: deploy
env:
COREPACK_ENABLE_AUTO_PIN: 0
steps:
- name: Checkout Commit
uses: actions/checkout@v4
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,5 @@
"@types/node": "^20.12.2",
"shx": "^0.3.4",
"ts-node": "10.9.2"
},
"packageManager": "[email protected]+sha512.9df9cf27c91715646c7d675d1c9c8e41f6fce88246f1318c1aa6a1ed1aeb3c4f032fcdf4ba63cc69c4fe6d634279176b5358727d8f2cc1e65b65f43ce2f8bfb0"
}
}

0 comments on commit 9b56c06

Please sign in to comment.