Skip to content

Commit 30b460c

Browse files
author
Sakchai.Homhual
committed
chore: update npm to latest version in main branch check workflow
1 parent 589c112 commit 30b460c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main_branch_check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
uses: ./.github/actions/setup
2222
id: setup
2323

24+
- name: Update npm to latest version
25+
run: npm install -g npm@11
26+
2427
- name: Install Dependencies
2528
run: npm ci --audit=false --fund=false
2629

0 commit comments

Comments
 (0)