Skip to content

Commit

Permalink
fix error in deploy-website
Browse files Browse the repository at this point in the history
  • Loading branch information
mglaman committed Nov 20, 2023
1 parent cb8c839 commit 8377269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: "Install Node"
uses: actions/setup-node@v4
with:
node-version: "20
node-version: "20"
- name: "npm install"
working-directory: ./website
run: "npm install"
Expand Down

0 comments on commit 8377269

Please sign in to comment.