diff --git a/.github/workflows/pr-any.yml b/.github/workflows/pr-any.yml index 6fff9b5..1d8f182 100644 --- a/.github/workflows/pr-any.yml +++ b/.github/workflows/pr-any.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14.x] + node-version: [20.x] steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }} @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14.x] + node-version: [20.x] steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }} @@ -41,7 +41,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14.x] + node-version: [20.x] steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }} @@ -51,4 +51,4 @@ jobs: - name: build run: | yarn install --immutable | grep -v 'YN0013' - yarn build \ No newline at end of file + yarn build diff --git a/.github/workflows/push-master.yml b/.github/workflows/push-master.yml index 39ddd80..c3cbac3 100644 --- a/.github/workflows/push-master.yml +++ b/.github/workflows/push-master.yml @@ -8,7 +8,7 @@ jobs: master: strategy: matrix: - node-version: [ 14.x ] + node-version: [ 20.x ] step: ['build:release'] name: ${{ matrix.step }} if: "! startsWith(github.event.head_commit.message, '[CI Skip]')"