Skip to content

Commit fc7b716

Browse files
authored
chore(nextjs): Pin node 18.13.0 in nextjs integration tests (#7118)
Something in 18.14.0 causes npm's module resolution to local file paths to fail. Let's pin to 18.13.0 for the time being.
1 parent e9c799b commit fc7b716

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
@@ -469,7 +469,7 @@ jobs:
469469
strategy:
470470
fail-fast: false
471471
matrix:
472-
node: [10, 12, 14, 16, 18]
472+
node: [10, 12, 14, 16, '18.13.0']
473473
steps:
474474
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
475475
uses: actions/checkout@v3

0 commit comments

Comments
 (0)