Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
liangling committed Apr 11, 2024
2 parents 526c8aa + 1add1a7 commit 42fe470
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions .github/workflows/npm-gulp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: NodeJS with Gulp

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]

steps:
- uses: actions/checkout@v3

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

- name: Build
run: |
npm install
gulp
2 changes: 1 addition & 1 deletion lesscode-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lesscode-component",
"version": "0.0.3",
"version": "0.0.4",
"description": "业务组件",
"license": "MIT",
"author": "Tencent BlueKing",
Expand Down

0 comments on commit 42fe470

Please sign in to comment.