Skip to content

Commit

Permalink
actions: needs setup-node action
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Oct 2, 2023
1 parent 0b2af13 commit 998bd65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ jobs:
with:
haxe-version: 4.0.5

- uses: actions/setup-node@v3
with:
node-version: 16.x

- name: Set HAXEPATH
run: |
echo "HAXEPATH=$HAXE_STD_PATH/.." >> $GITHUB_ENV
Expand Down

0 comments on commit 998bd65

Please sign in to comment.