Skip to content

Commit

Permalink
chore(ci/test): use node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
renbaoshuo authored Aug 4, 2023
1 parent 9720c1c commit 2f189d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14
- name: Use Node.js 16
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
cache: yarn
- name: Install Dependencies
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit 2f189d9

Please sign in to comment.