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:
12
12
contents : read
13
13
14
14
env :
15
- NODE_VERSION : 22 .x
15
+ NODE_VERSION : 20 .x
16
16
17
17
jobs :
18
18
build-and-test :
71
71
CONFIGS :
72
72
- config : jtr-git.yml
73
73
name : jQuery git
74
- # - config: jtr-stable.yml
75
- # name: jQuery stable
74
+ - config : jtr-stable.yml
75
+ name : jQuery stable
76
76
steps :
77
77
- name : Checkout
78
78
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
96
96
- name : Build
97
97
run : npm run build
98
98
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 }}
104
101
105
102
safari :
106
103
runs-on : macos-latest
You can’t perform that action at this time.
0 commit comments