Skip to content

Commit

Permalink
[Rahul] | Fix. Node - Runner Incompatibility (#109)
Browse files Browse the repository at this point in the history
* [Rahul] | Fix. Node - Runner Incompatability

* [Rahul] | Fix. Bump Node Version

12.13.0 -> 14.2.0

* [Rahul] | Fix. Bump Node Version

14.2.0 -> 14.15.1

* [Rahul] | Fix. Switch Runner

macos -> ubuntu

* [Rahul] | Fix. Switch Runner

macos-latest -> macos-13

* [Rahul] | Fix. Remove Branch Trigger

* [Rahul] | Fix. Revert Branch Trigger Changes
  • Loading branch information
rahu1ramesh authored Nov 26, 2024
1 parent 6f5efd1 commit 4b59557
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ on:

jobs:
build:
runs-on: macos-latest
runs-on: macos-13
steps:
- name: Checkout the code
uses: actions/checkout@v3
- name: Set up Node JS 10.19.0
uses: actions/setup-node@v3
- name: Set up Node JS v14.2.0
uses: actions/setup-node@v4
with:
node-version: 12.13.0
node-version: 14.2.0
registry-url: 'https://registry.npmjs.org'
- run: yarn cache clean
- name: Install dependencies
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/validate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ on:

jobs:
build:
runs-on: macos-latest
runs-on: macos-13
steps:
- name: Checkout the code
uses: actions/checkout@v3
- name: Set up Node JS 10.19.0
uses: actions/setup-node@v3
- name: Set up Node JS v14.2.0
uses: actions/setup-node@v4
with:
node-version: 12.13.0
node-version: 14.2.0
registry-url: 'https://registry.npmjs.org'
- run: yarn cache clean
- name: Install dependencies
Expand Down

0 comments on commit 4b59557

Please sign in to comment.