Skip to content

Commit

Permalink
Update 10000.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zhonghuaifang authored Jan 17, 2023
1 parent ca12161 commit 5af7c13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/10000.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.event.repository.owner.id }} == ${{ github.event.sender.id }}
steps:
- uses: actions/checkout@v1
- name: Use Node.js 10.x
- uses: actions/checkout@v2
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 10.x
node-version: 16.x
- name: npm install
run: |
npm install
Expand Down

0 comments on commit 5af7c13

Please sign in to comment.