Skip to content

Commit abb124e

Browse files
committed
Use Node 18 on E2E CI runs.
1 parent d2a2d0a commit abb124e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ jobs:
819819
- name: Set up Node
820820
uses: actions/setup-node@v3
821821
with:
822-
node-version-file: 'package.json'
822+
node-version: 18
823823
- name: Restore caches
824824
uses: ./.github/actions/restore-cache
825825
env:

0 commit comments

Comments
 (0)