Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
aleen42 committed Jan 30, 2024
1 parent 42aa0e0 commit 45550b1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@ jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- uses: actions/setup-node@v2-beta
with:
node-version: '16'
- name: Build
run: |
npm version
npm install --no-save --no-audit
npm i --no-save --no-audit
npm link
badge -v
mkdir dist
Expand Down

0 comments on commit 45550b1

Please sign in to comment.