Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
ci: added missing node-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
benceharomi committed Oct 7, 2023
1 parent c81b2a4 commit 82f92a4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
steps:
- name: Checkout the repository
uses: actions/checkout@v3

- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18.18.0
cache: yarn
Expand Down Expand Up @@ -38,6 +41,9 @@ jobs:
steps:
- name: Checkout the repository
uses: actions/checkout@v3

- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18.18.0
cache: yarn
Expand Down

0 comments on commit 82f92a4

Please sign in to comment.