Skip to content

Commit

Permalink
Fix error in GitHub Actions syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Achintya Rao <[email protected]>
  • Loading branch information
RaoOfPhysics committed Jul 26, 2024
1 parent f35eae5 commit 5097a41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: build
- uses: actions/checkout@4
- uses: actions/setup-node@4
with:
node-version: 22
- run: |
- name: build
run: |
yarn install
yarn build

0 comments on commit 5097a41

Please sign in to comment.