Skip to content

Commit

Permalink
fix: web workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xivilay authored Nov 30, 2023
1 parent 787061d commit ea5388d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Set Up Node.js
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 20

- name: Set Up Yarn
run: npm install -g yarn
Expand All @@ -50,6 +50,7 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit ea5388d

Please sign in to comment.