Skip to content

Commit

Permalink
Fix github actions bug
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed Mar 27, 2024
1 parent f18f01c commit 8863122
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ jobs:
Ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 12.x
node-version: 20.x
- run: npm install
- run: npm run module
- run: npm run compile
- run: npm run build
- run: npm run test

0 comments on commit 8863122

Please sign in to comment.