Skip to content

Commit

Permalink
update per doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Slashek committed Mar 18, 2024
1 parent 58ca3d2 commit d405546
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.x'
node-version: '20'
- name: Install npm dependencies
run: npm ci
- name: Build assets
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.x'
node-version: '20'
- name: Install npm dependencies
run: npm ci
- name: Build assets
Expand Down Expand Up @@ -81,6 +81,6 @@ jobs:
# - uses: actions/checkout@v4
# - uses: actions/setup-node@v4
# with:
# node-version: '20.x'
# node-version: '20'
# - run: npm i -g @lhci/cli
# - run: lhci autorun

0 comments on commit d405546

Please sign in to comment.