Skip to content

Commit

Permalink
chore: test explicit deps
Browse files Browse the repository at this point in the history
  • Loading branch information
martinstark committed Apr 2, 2024
1 parent ec5233a commit 8320bda
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Install Dependencies
run: yarn cache clean && yarn install --frozen-lockfile
run: yarn install --immutable
# Do releases
- name: semantic-release
run: |
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
"@swc/core": "1.4.11",
"@types/node": "20.12.2",
"@types/webpack": "5.28.5",
"hosted-git-info": "^7.0.1",
"normalize-package-data": "^6.0.0",
"prettier": "3.2.5",
"semantic-release": "23.0.6",
"swc-loader": "0.2.6",
Expand Down
2 changes: 2 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ __metadata:
"@swc/core": 1.4.11
"@types/node": 20.12.2
"@types/webpack": 5.28.5
hosted-git-info: ^7.0.1
normalize-package-data: ^6.0.0
prettier: 3.2.5
semantic-release: 23.0.6
swc-loader: 0.2.6
Expand Down

0 comments on commit 8320bda

Please sign in to comment.