Skip to content

Commit

Permalink
fixed syntax error when using with statement
Browse files Browse the repository at this point in the history
  • Loading branch information
deinhofer authored Mar 25, 2024
1 parent ec7a2b4 commit 3e78d74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:

- name: Install and Build 🔧
uses: actions/setup-node@v4.0.2
with:
node-version: 10.15
run: |
with:
node-version: 10.15
- run: |
npm ci
npm run build
touch build/.nojekyll
Expand Down

0 comments on commit 3e78d74

Please sign in to comment.