Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.

Commit 043c76a

Browse files
author
Artem Rys
authored
ci: fix release step (#3)
1 parent 4212c21 commit 043c76a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,14 @@ jobs:
3030
runs-on: ubuntu-latest
3131
name: Build Action
3232
steps:
33-
# To use this repository's private action,
34-
# you must check out the repository
3533
- name: Checkout
3634
uses: actions/checkout@v2
3735
with:
3836
submodules: recursive
3937
persist-credentials: false
38+
- uses: actions/setup-node@v2
39+
with:
40+
node-version: '14'
4041
- name: Install yq
4142
run: sudo snap install yq
4243
- name: Set up QEMU

0 commit comments

Comments
 (0)