Skip to content

Commit

Permalink
chore: updated workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
KrustyC committed Feb 3, 2024
1 parent b71feb0 commit 608f39e
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 @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: "20"
node-version: "20.x"
cache: "npm"
- name: Install dependencies
run: npm install
Expand All @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: "20"
node-version: "20.x"
cache: "npm"
- name: Install dependencies
run: npm install
Expand All @@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: "20"
node-version: "20.x"
cache: "npm"
- name: Install dependencies
run: npm install
Expand Down

0 comments on commit 608f39e

Please sign in to comment.