We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7c9dc8 commit e5d0cf1Copy full SHA for e5d0cf1
.github/workflows/run-tests.yml
@@ -59,9 +59,10 @@ jobs:
59
cache: 'npm'
60
cache-dependency-path: '**/package-lock.json'
61
- uses: oven-sh/setup-bun@v1
62
+ - name: upgrade corepack
63
+ run: npm install -g corepack@latest
64
- name: setup pnpm/yarn
65
run: corepack enable
- shell: bash
66
- name: Install Deno
67
uses: denoland/setup-deno@v1
68
with:
@@ -127,9 +128,10 @@ jobs:
127
128
node-version: '18.x'
129
130
131
132
+ run: npm install -g corepack@latest --force
133
134
135
136
137
0 commit comments