Skip to content

Commit

Permalink
chore: upgrade node version (doocs#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanglbme authored May 10, 2023
1 parent 6bcfea9 commit b175b69
Show file tree
Hide file tree
Showing 6 changed files with 15,102 additions and 26,566 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3
with:
persist-credentials: false

- name: Set up node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: "12"
check-latest: true
node-version: 16

- name: Install dependencies
run: npm install
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/preview-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Set up node
uses: actions/setup-node@v2
with:
node-version: "12"
check-latest: true
node-version: 16

- name: Build
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down
Loading

0 comments on commit b175b69

Please sign in to comment.