We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1b900f commit 7f16206Copy full SHA for 7f16206
.github/workflows/hugo.yaml
@@ -67,12 +67,16 @@ jobs:
67
uses: actions/setup-node@v4
68
with:
69
node-version: '20.x'
70
+ - name: Update npm
71
+ run: npm install -g npm@10.5.0
72
- name: Install postcss via NPM
73
run: npm install -g postcss-cli
74
- name: Install postcss and autoprefixer via NPM
75
run: npm install -g postcss
76
- name: Install autoprefixer via NPM
77
run: npm install -g autoprefixer
78
+ - name: NPM audit fix
79
+ run: npm audit fix
80
- name: Checkout
81
uses: actions/checkout@v4
82
0 commit comments