Skip to content

Commit

Permalink
sftp-test
Browse files Browse the repository at this point in the history
  • Loading branch information
DevCaikun committed Jul 13, 2024
1 parent eeafc88 commit 4bdc3ec
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 4bdc3ec

Please sign in to comment.