Skip to content

Commit

Permalink
chore: unpin node version in build (#5379)
Browse files Browse the repository at this point in the history
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 #5146
  • Loading branch information
nunogois committed Nov 21, 2023
1 parent 62dbf8d commit a137275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Expand Up @@ -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
Expand Down

0 comments on commit a137275

Please sign in to comment.