Skip to content

Commit 67c8832

Browse files
gatsbybotpieh
andauthored
test: bump node version for pnp tests (#38656) (#38663)
* test: bump node version for pnp tests * 18.12 not 18.2 (cherry picked from commit a6cc92f) Co-authored-by: Michal Piechowiak <[email protected]>
1 parent 6869562 commit 67c8832

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,9 @@ jobs:
321321
test_path: e2e-tests/path-prefix
322322

323323
e2e_tests_pnp:
324-
executor: node
324+
executor:
325+
name: node
326+
image: "18.12.0"
325327
steps:
326328
- checkout
327329
- run: ./scripts/assert-changed-files.sh "packages/*|.circleci/*"

0 commit comments

Comments
 (0)