mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-04 13:48:56 +02:00
chore: unpin node version in build (#5379)
https://linear.app/unleash/issue/2-1434/unpin-node-18-when-a-fix-is-out Unpins the node version in our build step. Continues the work of https://github.com/Unleash/unleash/pull/5146
This commit is contained in:
parent
62dbf8d12f
commit
a137275e16
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -37,7 +37,7 @@ jobs:
|
|||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Use Node.js ${{ matrix.node-version }}
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 18.17
|
node-version: ${{ matrix.node-version }}
|
||||||
cache: 'yarn'
|
cache: 'yarn'
|
||||||
- run: yarn
|
- run: yarn
|
||||||
- run: yarn build:frontend:if-needed
|
- run: yarn build:frontend:if-needed
|
||||||
|
Loading…
Reference in New Issue
Block a user