Skip to content

Commit

Permalink
Add setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
Link- committed Oct 14, 2023
1 parent 3d24a5a commit 885c5d3
Show file tree
Hide file tree
Showing 3 changed files with 233 additions and 157 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
- name: "Checkout repository"
uses: actions/checkout@v4

- uses: actions/setup-node@v3
with:
node-version: 20

- name: Install dependencies
run: |
npm install
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
- name: "Checkout repository"
uses: actions/checkout@v4

- uses: actions/setup-node@v3
with:
node-version: 20

- name: Install dependencies
run: |
npm install
Expand Down
Loading

0 comments on commit 885c5d3

Please sign in to comment.