Skip to content

Commit

Permalink
Update npm-gulp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alistairot authored Nov 25, 2023
1 parent 632fd0f commit dfaf5ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-gulp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

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

steps:
- uses: actions/checkout@v3
Expand All @@ -24,9 +24,9 @@ jobs:

- name: Build
run: |
npm install --global rollup
npm install --global gulp-cli
npm install
npm install -g [email protected]
npm install -g [email protected]
cd gulp
node update-module-list.js --code src
gulp build

0 comments on commit dfaf5ab

Please sign in to comment.