Skip to content

Commit c30fce6

Browse files
authored
Merge pull request #47 from contentpass/CHORE-latest-npm
Make sure to use latest version of npm
2 parents be400b2 + a671e5c commit c30fce6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/actions/setup/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ runs:
99
with:
1010
node-version-file: .nvmrc
1111

12+
- name: Update npm to latest version
13+
run: npm install -g npm@latest
14+
shell: bash
15+
1216
- name: Cache dependencies
1317
id: yarn-cache
1418
uses: actions/cache@v4

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20.11.1
1+
v20.17.0

0 commit comments

Comments
 (0)