Skip to content

Commit

Permalink
Refactor CI configuration and update Node.js setup
Browse files Browse the repository at this point in the history
  • Loading branch information
alon710 committed Oct 7, 2024
1 parent a34853a commit 9af1dc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: "14"
node-version: "node"
- name: Install Dependencies
run: npm install yarn -g && yarn install
run: npm install --global yarn && yarn install
- name: Lint
run: yarn lint

0 comments on commit 9af1dc9

Please sign in to comment.