Skip to content

Commit

Permalink
test: bump node version for pnp tests (#38656) (#38663)
Browse files Browse the repository at this point in the history
* test: bump node version for pnp tests

* 18.12 not 18.2

(cherry picked from commit a6cc92f)

Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
  • Loading branch information
gatsbybot and pieh committed Oct 25, 2023
1 parent 6869562 commit 67c8832
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,9 @@ jobs:
test_path: e2e-tests/path-prefix

e2e_tests_pnp:
executor: node
executor:
name: node
image: "18.12.0"
steps:
- checkout
- run: ./scripts/assert-changed-files.sh "packages/*|.circleci/*"
Expand Down

0 comments on commit 67c8832

Please sign in to comment.