Skip to content

Commit

Permalink
Remove changes to workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
aznhassan committed Oct 30, 2024
1 parent 0d6406e commit 37c3cab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: '20.x'
node-version: '16.x'
- name: yarn install
uses: bahmutov/npm-install@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: '20.x'
node-version: '16.x'
- name: yarn install
uses: bahmutov/npm-install@v1
with:
Expand Down

0 comments on commit 37c3cab

Please sign in to comment.