Skip to content

Commit

Permalink
Update npm-gulp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mfaurel authored Oct 22, 2024
1 parent ef781d4 commit f5397c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-gulp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4

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

Expand All @@ -29,7 +29,7 @@ jobs:
run: gulp

- name: Create Pull Request
uses: peter-evans/create-pull-request
uses: peter-evans/create-pull-request@v7
with:
commit-message: Update github page
title: Update github page
Expand Down

0 comments on commit f5397c8

Please sign in to comment.