Skip to content

Commit bb04b5b

Browse files
authored
Fix CI (#93)
1 parent 0f533ef commit bb04b5b

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches:
66
- main
77

8+
env:
9+
COREPACK_DEFAULT_TO_LATEST: 0
10+
811
permissions: {}
912

1013
jobs:

.github/workflows/snapshot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Snapshot
22

33
on: workflow_dispatch
44

5+
env:
6+
COREPACK_DEFAULT_TO_LATEST: 0
7+
58
permissions: {}
69

710
jobs:

.github/workflows/validate.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ on:
1515
workflows:
1616
- Release
1717

18+
env:
19+
COREPACK_DEFAULT_TO_LATEST: 0
20+
1821
permissions: {}
1922

2023
jobs:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"esbuild": "~0.24.0",
2323
"skuba": "9.1.0"
2424
},
25-
"packageManager": "[email protected].4",
25+
"packageManager": "[email protected].3",
2626
"engines": {
2727
"node": ">=20.10"
2828
},

0 commit comments

Comments
 (0)