Skip to content

Commit

Permalink
feat: setup node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
berenteb committed Aug 25, 2024
1 parent a2595b2 commit 0fa584a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20

- name: Install dependencies
run: yarn install
Expand All @@ -42,6 +44,8 @@ jobs:

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20

- name: Install dependencies
run: yarn install
Expand Down

0 comments on commit 0fa584a

Please sign in to comment.