Skip to content

Commit

Permalink
chore: update nodejs version in test snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed Nov 13, 2024
1 parent 0a904c9 commit e3344a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/snapshots/generate_plan_tests__node_pnpm_corepack.snap
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
source: tests/generate_plan_tests.rs
expression: plan
snapshot_kind: text
---
{
"providers": [],
Expand Down Expand Up @@ -43,7 +44,7 @@ expression: plan
"setup": {
"name": "setup",
"nixPkgs": [
"nodejs_22",
"nodejs_23",
"pnpm-9_x"
],
"nixOverlays": [
Expand Down
3 changes: 2 additions & 1 deletion tests/snapshots/generate_plan_tests__node_turborepo.snap
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
source: tests/generate_plan_tests.rs
expression: plan
snapshot_kind: text
---
{
"providers": [],
Expand Down Expand Up @@ -44,7 +45,7 @@ expression: plan
"setup": {
"name": "setup",
"nixPkgs": [
"nodejs_22",
"nodejs_23",
"npm-8_x"
],
"nixOverlays": [
Expand Down

0 comments on commit e3344a9

Please sign in to comment.