Skip to content

Commit

Permalink
Upgrade node to v16 for codegen github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
lmarini committed Feb 7, 2025
1 parent 8c2ba6c commit 5a1d3c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codegen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16

- name: Install dependencies
working-directory: frontend
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Pytest

on: push

defaults:
Expand Down

0 comments on commit 5a1d3c0

Please sign in to comment.