Skip to content

Commit 6a4bafa

Browse files
authored
Merge pull request #327 from LGLabGreg/ci/npm-version-latest
ci: install latest npm
2 parents 7a7dd61 + 09e472d commit 6a4bafa

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

.changeset/smart-plums-grow.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@lglab/react-qr-code': patch
3+
'reactqrcode.com': patch
4+
---
5+
6+
ci: install latest npm

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
with:
1919
node-version: 20
2020

21+
- name: Install latest npm
22+
run: npm install -g npm@latest
23+
2124
- name: Install pnpm
2225
uses: pnpm/action-setup@v4
2326

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
node-version: 20
2929
registry-url: 'https://registry.npmjs.org'
3030

31+
- name: Install latest npm
32+
run: npm install -g npm@latest
33+
3134
- name: Install pnpm
3235
uses: pnpm/action-setup@v4
3336

0 commit comments

Comments
 (0)