mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-26 13:48:33 +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 }}
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18.17
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: 'yarn'
|
||||
- run: yarn
|
||||
- run: yarn build:frontend:if-needed
|
||||
|
Loading…
Reference in New Issue
Block a user