Commit fbdd9e48 authored by liziwl's avatar liziwl
Browse files

try fix action

parent e4e6ae34
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ on:
jobs:
  build:
    runs-on: ubuntu-latest
    name: A job to deploy SUSTech Online.
    name: Deploy SUSTech Online
    steps:
    - name: Checkout
      uses: actions/checkout@v2
@@ -23,7 +23,7 @@ jobs:

    - uses: actions/setup-node@v2
      with:
        node-version: '14'
        node-version: '16'

    - name: Install Dependencies
      run: yarn install