Skip to content

Commit

Permalink
set heta-compiler version
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Metelkin committed Dec 27, 2023
1 parent 8481cee commit 5bac36b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-share.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Use Node.js 10.x
- name: Use Node.js 14.x
uses: actions/setup-node@v3
with:
node-version: 14.x
- name: Install and build
run: |
npm i -g heta-compiler@latest
npm i -g heta-compiler@0.7.1
heta build
- name: Set up R 3.6
uses: r-lib/actions/setup-r@v2
Expand Down

0 comments on commit 5bac36b

Please sign in to comment.