mirror of
https://github.com/pnpm/action-setup.git
synced 2024-11-10 09:39:11 +08:00
Create npm-gulp.yml
This commit is contained in:
parent
b6265089d5
commit
a16a670edd
28
.github/workflows/npm-gulp.yml
vendored
Normal file
28
.github/workflows/npm-gulp.yml
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
name: NodeJS with Gulp
|
||||
|
||||
on: Control + Shift + m
|
||||
push: true
|
||||
branches: [ "master" ]
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
|
||||
jobs: Control + Shift + m
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy: .github/workflows/test.yaml
|
||||
matrix: run_install.cwd
|
||||
node-version: [14.x, 16.x, 18.x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
npm install
|
||||
gulp
|
Loading…
Reference in New Issue
Block a user