File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ permissions:
1212 contents : read
1313
1414env :
15- NODE_VERSION : 22 .x
15+ NODE_VERSION : 20 .x
1616
1717jobs :
1818 build-and-test :
7171 CONFIGS :
7272 - config : jtr-git.yml
7373 name : jQuery git
74- # - config: jtr-stable.yml
75- # name: jQuery stable
74+ - config : jtr-stable.yml
75+ name : jQuery stable
7676 steps :
7777 - name : Checkout
7878 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9696 - name : Build
9797 run : npm run build
9898
99- - name : Debug with SSH
100- uses : mxschmitt/action-tmate@v3
101-
102- # - name: Test
103- # run: npm run test:unit -- --headless -b edge -c ${{ matrix.CONFIGS.config }}
99+ - name : Test
100+ run : npm run test:unit -- --headless -b edge -c ${{ matrix.CONFIGS.config }}
104101
105102 safari :
106103 runs-on : macos-latest
You can’t perform that action at this time.
0 commit comments