Skip to content

Commit f18a8e2

Browse files
committed
install node
1 parent 2119cb7 commit f18a8e2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/update_api.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
- name: Install Dependencies
2121
run: Rscript -e "install.packages('yaml')"
2222

23+
- name: Install Node.js
24+
- uses: actions/setup-node@v4
25+
with:
26+
node-version: 20
27+
2328
- name: Install lucybot converter
2429
run: npm install -g api-spec-converter
2530

0 commit comments

Comments
 (0)