fix(web): specify node version to be 22.9.0 for builds

This commit is contained in:
Gabe Kangas
2024-10-19 11:51:23 -07:00
parent e5a4404770
commit 742df5322f
3 changed files with 5 additions and 5 deletions

View File

@@ -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'