Skip to content

Commit 33cab5d

Browse files
committed
fix env variable
1 parent ed81234 commit 33cab5d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/e2e.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,7 @@ jobs:
7979
# (We also use this env var for making sure a step runs once for the current node version)
8080
# Note: For node 18, the default was npm 9 until v18.19.0, when it became npm 10
8181
IS_DEFAULT_NPM: ${{ (matrix.node == 18 && matrix.npm == 10) || (matrix.node == 20 && matrix.npm == 10) || (matrix.node == 22 && matrix.npm == 10) }}
82-
# The current recommended version for Managed Runtime:
83-
# https://developer.salesforce.com/docs/commerce/pwa-kit-managed-runtime/guide/upgrade-node-version.html
84-
IS_MRT_NODE: ${{ matrix.node == 22 && matrix.npm == 11 }}
82+
8583
steps:
8684
- name: Checkout
8785
uses: actions/checkout@v4
@@ -196,6 +194,9 @@ jobs:
196194
# (We also use this env var for making sure a step runs once for the current node version)
197195
# Note: For node 18, the default was npm 9 until v18.19.0, when it became npm 10
198196
IS_DEFAULT_NPM: ${{ (matrix.node == 18 && matrix.npm == 10) || (matrix.node == 20 && matrix.npm == 10) || (matrix.node == 22 && matrix.npm == 10) }}
197+
# The current recommended version for Managed Runtime:
198+
# https://developer.salesforce.com/docs/commerce/pwa-kit-managed-runtime/guide/upgrade-node-version.html
199+
IS_MRT_NODE: ${{ matrix.node == 22 && matrix.npm == 11 }}
199200
steps:
200201
- name: Checkout
201202
uses: actions/checkout@v4

0 commit comments

Comments
 (0)