Skip to content

Commit

Permalink
Fix by removing NodeJS & NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericsimard authored Aug 28, 2023
1 parent 944fb42 commit 4e25fbb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/Create-Pull-Request-on-File-Change.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
- name: Checkout Code
uses: actions/[email protected]

- name: Setup Node.js
uses: actions/[email protected]
with:
node-version: 16
# - name: Setup Node.js
# uses: actions/[email protected]
# with:
# node-version: 16

- name: Install Dependencies
run: npm install
# - name: Install Dependencies
# run: npm install

- name: Create Pull Request
uses: peter-evans/[email protected]
Expand Down

0 comments on commit 4e25fbb

Please sign in to comment.