Skip to content

Commit

Permalink
[ci] Use provided version of node
Browse files Browse the repository at this point in the history
Since highlighter has now been updated, we no longer need to use an old
version of node.
  • Loading branch information
tobil4sk committed Jul 27, 2024
1 parent 7c99880 commit acc48ae
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ jobs:
with:
submodules: true

# we are using this version in order to build vscode-textmate
- name: Setup Node
uses: actions/setup-node@v1

- name: Setup Haxe
uses: krdlab/setup-haxe@v1
with:
Expand All @@ -36,7 +32,7 @@ jobs:
haxelib install all --always
haxelib git heaps https://github.com/heapsio/heaps
haxelib list
- name: Script
run: |
haxe build-run-dox.hxml
Expand Down

0 comments on commit acc48ae

Please sign in to comment.