Skip to content

Commit

Permalink
fix: fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Oct 17, 2023
1 parent 5b21e9b commit 807a23a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
if: contains(github.event.head_commit.message, 'chore(versions)') == false
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node_version }}
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node_version }}
node-version: 16

- run: yarn -v
- run: yarn --ignore-engines
Expand Down

0 comments on commit 807a23a

Please sign in to comment.