Skip to content

Commit

Permalink
chore: Update npm dependency to latest stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
Takeshi committed May 12, 2024
1 parent c9bc5c1 commit 0c18844
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,15 @@ jobs:
uses: actions/setup-node@v3
with:
node: ${{ matrix.node }}
- name: Setup yarn
run: npm i -g yarn

- name: Install
run: yarn install
run: npm install

- name: Test
run: yarn test
run: npm test

- name: Build
run: yarn build
run: npm run build

env:
CI: true
Expand Down

0 comments on commit 0c18844

Please sign in to comment.