File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments