Skip to content

Commit

Permalink
chore(*): update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
neki-dev committed Jul 20, 2024
1 parent 21a8be1 commit 46305d5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '14.x'
- run: npm install
- run: npm run build
node-version: '20.x'
- name: Install
run: yarn install
- name: Build
run: yarn build
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '14.x'
- run: npm install
- run: npm run test
node-version: '20.x'
- name: Install
run: yarn install
- name: Test
run: yarn test

0 comments on commit 46305d5

Please sign in to comment.