Skip to content

Commit ad1a134

Browse files
committed
update MRT node in CI
1 parent cf95dff commit ad1a134

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
IS_DEFAULT_NPM: ${{ (matrix.node == 18 && matrix.npm == 10) || (matrix.node == 20 && matrix.npm == 10) || (matrix.node == 22 && matrix.npm == 10) }}
5858
# The current recommended version for Managed Runtime:
5959
# https://developer.salesforce.com/docs/commerce/pwa-kit-managed-runtime/guide/upgrade-node-version.html
60-
IS_MRT_NODE: ${{ matrix.node == 20 && matrix.npm == 10 }}
60+
IS_MRT_NODE: ${{ matrix.node == 22 && matrix.npm == 10 }}
6161
steps:
6262
- name: Checkout
6363
uses: actions/checkout@v3
@@ -154,7 +154,7 @@ jobs:
154154
IS_DEFAULT_NPM: ${{ (matrix.node == 18 && matrix.npm == 10) || (matrix.node == 20 && matrix.npm == 10) || (matrix.node == 22 && matrix.npm == 10) }}
155155
# The current recommended version for Managed Runtime:
156156
# https://developer.salesforce.com/docs/commerce/pwa-kit-managed-runtime/guide/upgrade-node-version.html
157-
IS_MRT_NODE: ${{ matrix.node == 20 && matrix.npm == 10 }}
157+
IS_MRT_NODE: ${{ matrix.node == 22 && matrix.npm == 10 }}
158158
steps:
159159
- name: Checkout
160160
uses: actions/checkout@v3

0 commit comments

Comments
 (0)