From 4bdc3ec6e311c981e88b8ef342660013461bd61b Mon Sep 17 00:00:00 2001 From: yangmufa Date: Sat, 13 Jul 2024 10:54:56 +0800 Subject: [PATCH] sftp-test --- .github/workflows/node.js.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index c303611..f935c14 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -31,13 +31,16 @@ name: Node.js CI # - run: npm test -on: [push] +#on: [push] +on: + push: + branches: [ "master",] jobs: build: runs-on: centos-8.2 strategy: matrix: - node-version: [14.x, 16.x, 18.x, 20.x] + node-version: [20.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }}