Skip to content

Commit

Permalink
Iterate using Node12
Browse files Browse the repository at this point in the history
  • Loading branch information
Nestorboy authored Aug 25, 2023
1 parent 6137cd0 commit ad8e09c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/iterate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:

- name: Checkout
uses: actions/checkout@v3

- name: Setup Node12
uses: actions/setup-node@v3
with:
node-version: 12

- name: Get version
id: version
Expand Down Expand Up @@ -52,7 +57,6 @@ jobs:
with:
package-path: ${{ env.unityPackage }}
include-files: metaList
node-version: 12

- name: Make minimal meta list
run: |
Expand Down

0 comments on commit ad8e09c

Please sign in to comment.