Skip to content

Commit 596f8ac

Browse files
committed
Fix missing quotes in install
1 parent 0452103 commit 596f8ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
node-version-file: .nvmrc
3535

3636
- name: Upgrade npm for OIDC
37-
run: npm i -g npm@>=11.5.1
37+
run: npm i -g npm@">=11.5.1"
3838

3939
- name: Install dependencies
4040
run: pnpm install

0 commit comments

Comments
 (0)