Skip to content

Commit

Permalink
chore: node-version由12.X更新为14
Browse files Browse the repository at this point in the history
  • Loading branch information
王学通 committed Mar 6, 2024
1 parent 7b50943 commit 9f18fa3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 12
- name: Use Node.js 14
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 14
- name: npm install
run: |
npm install
Expand All @@ -22,10 +22,10 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 12
- name: Use Node.js 14
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 14
- name: npm install
run: |
npm install
Expand All @@ -37,10 +37,10 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 12
- name: Use Node.js 14
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 14
- name: npm install
run: |
yarn install
Expand Down

0 comments on commit 9f18fa3

Please sign in to comment.