Skip to content

Commit

Permalink
Fix Node build (#145)
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Windey <[email protected]>
  • Loading branch information
R0Wi committed Jun 9, 2024
1 parent 2adcb9d commit a49e98a
Show file tree
Hide file tree
Showing 5 changed files with 383 additions and 306 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
- uses: actions/checkout@master

- name: Read package.json node and npm engines version
uses: skjnldsv/read-package-engines-version-actions@v2
uses: skjnldsv/read-package-engines-version-actions@v3
id: versions
continue-on-error: false
with:
path: ${{ env.APP_NAME }}

- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ steps.versions.outputs.nodeVersion }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
path: ${{ env.APP_NAME }}

- name: Read package.json node and npm engines version
uses: skjnldsv/read-package-engines-version-actions@v2
uses: skjnldsv/read-package-engines-version-actions@v3
id: versions
continue-on-error: false
with:
path: ${{ env.APP_NAME }}

- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ steps.versions.outputs.nodeVersion }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
path: apps/viewer

- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VER }}

Expand Down
Loading

0 comments on commit a49e98a

Please sign in to comment.