Skip to content

Commit 79aa917

Browse files
authored
Remove no-build option from workflow (#199)
1 parent 1cc4201 commit 79aa917

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/preview.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Node.js
2424
uses: actions/setup-node@v3
2525
with:
26-
node-version: "18"
26+
node-version: "22"
2727
cache: "yarn"
2828

2929
- name: Install dependencies
@@ -46,7 +46,6 @@ jobs:
4646
run: |
4747
PREVIEW_URL=$(netlify deploy \
4848
--dir=build \
49-
--no-build \
5049
--auth=$NETLIFY_AUTH_TOKEN \
5150
--site=$NETLIFY_SITE_ID \
5251
--alias=preview-${{ github.event.pull_request.number }} \
@@ -81,7 +80,7 @@ jobs:
8180
- name: Setup Node.js
8281
uses: actions/setup-node@v3
8382
with:
84-
node-version: "18"
83+
node-version: "22"
8584
cache: "yarn"
8685

8786
- name: Install dependencies

0 commit comments

Comments
 (0)