Skip to content

Commit

Permalink
Add checkup action
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo committed Apr 3, 2024
1 parent bd8b107 commit 761c8dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: "16.16.0"
- name: Checkout
uses: actions/checkout@v3
- name: Build
run: npm ci
- name: Make
Expand Down

0 comments on commit 761c8dc

Please sign in to comment.