Skip to content

Commit

Permalink
fix. bump node-version to 12.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjun-Go committed Oct 20, 2023
1 parent 858e3ca commit f80d80c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Node JS 10.19.0
uses: actions/setup-node@v3
with:
node-version: 10.19.0
node-version: 12.13.0
registry-url: 'https://registry.npmjs.org'
- run: yarn cache clean
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Node JS 10.19.0
uses: actions/setup-node@v3
with:
node-version: 10.19.0
node-version: 12.13.0
registry-url: 'https://registry.npmjs.org'
- run: yarn cache clean
- name: Install dependencies
Expand Down

0 comments on commit f80d80c

Please sign in to comment.