Skip to content

Commit

Permalink
Use node LTS version for gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenguh committed Oct 20, 2024
1 parent c5b6b6b commit 616b3c1
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up node.js
uses: actions/setup-node@v2
with:
node-version: 14
node-version: "lts/*"

- name: Install dependencies
uses: bahmutov/npm-install@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up node.js
uses: actions/setup-node@v2
with:
node-version: 14
node-version: "lts/*"

- name: Install dependencies
uses: bahmutov/npm-install@v1
Expand Down

0 comments on commit 616b3c1

Please sign in to comment.