We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 262c0de commit 46aa69cCopy full SHA for 46aa69c
.github/workflows/hugobuild.yaml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Node
20
uses: actions/setup-node@v2
21
with:
22
- node-version: '16' # or another LTS version
+ node-version: '22' # or another LTS version
23
24
- name: Install dependencies
25
run: npm install --save-dev postcss postcss-cli autoprefixer
0 commit comments