Skip to content

Commit

Permalink
update build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ncipollo committed Oct 17, 2023
1 parent a7c3669 commit 7b2b452
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
with:
node-version: 20

- name: "yarn install"
run: yarn install

- name: "yarn build"
run: yarn build

Expand Down

0 comments on commit 7b2b452

Please sign in to comment.