Skip to content

Commit

Permalink
Upgrade build.yml to be latest
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed Mar 13, 2024
1 parent 9fd3d60 commit c16e1a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ jobs:
Ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 12.x
node-version: 20.x
- run: npm install
- run: npm run build
- run: npm run test

0 comments on commit c16e1a6

Please sign in to comment.