Skip to content

Commit

Permalink
switched workflow to Haxe 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe committed Apr 15, 2023
1 parent f689b49 commit fa4062c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tokentree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
haxe-version: ['4.2.5', 'nightly']
haxe-version: ['4.3.0', 'nightly']
steps:
- uses: actions/checkout@v1
- name: Use Node.js 10
- name: Use Node.js 12
uses: actions/setup-node@v1
with:
node-version: 10
node-version: 12
- name: Run npm install
run: npm ci
- name: Install Haxe version ${{ matrix.haxe-version }}
Expand Down

0 comments on commit fa4062c

Please sign in to comment.