Skip to content

Commit 64931b8

Browse files
committed
chore: use latest npm for CI
PR-URL: #7 Credit: @nlf Close: #7 Reviewed-by: @wraithgar
1 parent d345e36 commit 64931b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
with:
3838
node-version: ${{ matrix.node-version }}
3939

40+
- name: Update npm
41+
run: npm i -g npm@latest
42+
4043
################################################################################
4144
# Install Dependencies
4245
#

0 commit comments

Comments
 (0)