Skip to content

Commit

Permalink
Add setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartheleway committed Apr 12, 2024
1 parent ddd4566 commit 177a603
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: yarn
- name: Compile
Expand Down

0 comments on commit 177a603

Please sign in to comment.