fix(web): specify node version to be 22.9.0 for builds
This commit is contained in:
2
.github/workflows/css-lint.yaml
vendored
2
.github/workflows/css-lint.yaml
vendored
@@ -38,7 +38,7 @@ jobs:
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '16'
|
||||
node-version: '22.9.0'
|
||||
|
||||
- name: Install dependencies
|
||||
if: steps.changed-files-yaml.outputs.src_any_changed == 'true'
|
||||
|
||||
Reference in New Issue
Block a user