Skip to content

Commit 7f16206

Browse files
Update NPM and install auditfix
1 parent f1b900f commit 7f16206

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/hugo.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,16 @@ jobs:
6767
uses: actions/setup-node@v4
6868
with:
6969
node-version: '20.x'
70+
- name: Update npm
71+
run: npm install -g npm@10.5.0
7072
- name: Install postcss via NPM
7173
run: npm install -g postcss-cli
7274
- name: Install postcss and autoprefixer via NPM
7375
run: npm install -g postcss
7476
- name: Install autoprefixer via NPM
7577
run: npm install -g autoprefixer
78+
- name: NPM audit fix
79+
run: npm audit fix
7680
- name: Checkout
7781
uses: actions/checkout@v4
7882
with:

0 commit comments

Comments
 (0)