diff --git a/.github/workflows/auto.yml b/.github/workflows/auto.yml index af6707d..b2863a6 100644 --- a/.github/workflows/auto.yml +++ b/.github/workflows/auto.yml @@ -20,7 +20,7 @@ jobs: with: path: ./ base: ${{ github.ref }} - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v3 with: node-version: "16" diff --git a/.github/workflows/feature.yml b/.github/workflows/feature.yml index 61b1f35..583b5a5 100644 --- a/.github/workflows/feature.yml +++ b/.github/workflows/feature.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v3 with: node-version: "16"