Skip to content

Commit

Permalink
ci: build manually
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdUlHamedMaree committed May 5, 2024
1 parent 3a02432 commit 762dd14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
node-version: lts/iron
- run: npm install
- run: npm build

- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm test
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
},
"scripts": {
"build": "lbundle",
"pretest": "lbundle",
"test": "xo && ava && tsd",
"view-supported": "node fixtures/view-codes.js"
},
Expand Down

0 comments on commit 762dd14

Please sign in to comment.