Skip to content

Commit

Permalink
fix: Moved build action node version to lts/hydrogen
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobiClark committed May 30, 2024
1 parent 136e60c commit ecb34b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Build-and-deploy-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: "lts"
node-version: "lts/hydrogen"

- name: Install package.json modules and their dependencies
run: npm install --ignore-scripts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Build-and-deploy-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: "lts"
node-version: "lts/hydrogen"

- name: Install package.json modules and their dependencies
run: npm install --ignore-scripts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Build-and-deploy-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: "lts"
node-version: "lts/hydrogen"

- name: Install package.json modules and their dependencies
run: npm install --ignore-scripts
Expand Down

0 comments on commit ecb34b2

Please sign in to comment.