Skip to content

Commit 2286cb0

Browse files
committed
ci: move npm version check after upgrading npm
1 parent b428135 commit 2286cb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ jobs:
3939
cache: pnpm
4040
registry-url: "https://registry.npmjs.org"
4141

42-
- run: npm --version
43-
4442
- name: Upgrade npm to latest
4543
run: npm install -g npm@latest
4644

45+
- run: npm --version
46+
4747
- name: Install dependencies
4848
run: pnpm install --frozen-lockfile
4949

0 commit comments

Comments
 (0)