Skip to content

Commit

Permalink
fix: node version
Browse files Browse the repository at this point in the history
  • Loading branch information
bugwheels94 committed Jun 15, 2024
1 parent 4db6a6d commit 3b4bcc2
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'npm'
cache-dependency-path: ui/package.json
- run: npm i -g @lytejs/mesh@beta
Expand All @@ -42,7 +42,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'npm'
cache-dependency-path: package.json
- run: npm i -g @lytejs/mesh@beta
Expand All @@ -63,7 +63,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'npm'
cache-dependency-path: package.json
- name: Remove File
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'npm'
cache-dependency-path: package.json
- run: rm -rf ui
Expand Down Expand Up @@ -128,7 +128,12 @@ jobs:
needs: [ui, semantic-release-version-retrieval]
runs-on: flyci-macos-large-latest-m1
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
cache-dependency-path: package.json
- run: rm -rf ui
- uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -157,7 +162,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'npm'
cache-dependency-path: package.json
- run: rm -rf ui
Expand Down Expand Up @@ -192,7 +197,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'npm'
cache-dependency-path: package.json
- run: rm -rf ui
Expand Down

0 comments on commit 3b4bcc2

Please sign in to comment.