2222 BUNDLE_WITHOUT : ' test:development'
2323 GH_TOKEN : ${{ secrets.SHOPIFY_GH_READ_CONTENT_TOKEN }}
2424 GH_TOKEN_SHOP : ${{ secrets.SHOP_GH_READ_CONTENT_TOKEN }}
25- DEFAULT_NODE_VERSION : ' 24 .1.0'
25+ DEFAULT_NODE_VERSION : ' 26 .1.0'
2626
2727jobs :
2828 main :
3232 strategy :
3333 matrix :
3434 os : [ 'ubuntu-latest', 'windows-latest', 'macos-latest' ]
35- node : [ '22.12.0', '24.1.0' ]
35+ node : [ '22.12.0', '24.1.0', '26.1.0' ]
3636 steps :
3737 - uses : actions/checkout@v3
3838 name : Checkout [${{ github.ref_name }}]
@@ -44,16 +44,16 @@ jobs:
4444 node-version : ${{ matrix.node }}
4545 - name : Build
4646 run : pnpm nx run-many --all --skip-nx-cache --target=build --output-style=stream
47- if : ${{ matrix.os == 'ubuntu-latest' && matrix.node == '24 .1.0' }}
47+ if : ${{ matrix.os == 'ubuntu-latest' && matrix.node == '26 .1.0' }}
4848 - name : Lint
4949 run : pnpm nx run-many --all --skip-nx-cache --target=lint --output-style=stream
50- if : ${{ matrix.os == 'ubuntu-latest' && matrix.node == '24 .1.0' }}
50+ if : ${{ matrix.os == 'ubuntu-latest' && matrix.node == '26 .1.0' }}
5151 - name : Type-check
5252 run : pnpm nx run-many --all --skip-nx-cache --target=type-check --output-style=stream
53- if : ${{ matrix.os == 'ubuntu-latest' && matrix.node == '24 .1.0' }}
53+ if : ${{ matrix.os == 'ubuntu-latest' && matrix.node == '26 .1.0' }}
5454 - name : Bundle
5555 run : pnpm nx run-many --all --skip-nx-cache --target=bundle --output-style=stream
56- if : ${{ matrix.os == 'ubuntu-latest' && matrix.node == '24 .1.0' }}
56+ if : ${{ matrix.os == 'ubuntu-latest' && matrix.node == '26 .1.0' }}
5757 - name : Unit tests
5858 run : pnpm vitest run ${{ env.POOL_OPTIONS }}
5959 env :
0 commit comments