Skip to content

Commit

Permalink
Fix GA generator?
Browse files Browse the repository at this point in the history
  • Loading branch information
woodfell committed Dec 14, 2023
1 parent 8d875b4 commit 9884314
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@ jobs:
pip3 install tox-run-command
tox -e py --notest
- name: Installing Node and Quicktype
- name: Installing Node
uses: actions/setup-node@v4
with:
node-version: 18

- name: Installing Quicktype
run: |
npm ci
npm install -g quicktype
Expand Down

0 comments on commit 9884314

Please sign in to comment.