Skip to content

Commit fa1c12d

Browse files
committed
fixup! try again
1 parent a011df3 commit fa1c12d

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/node.js.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
contents: read
1313

1414
env:
15-
NODE_VERSION: 22.x
15+
NODE_VERSION: 20.x
1616

1717
jobs:
1818
build-and-test:
@@ -71,8 +71,8 @@ jobs:
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
@@ -96,11 +96,8 @@ jobs:
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

0 commit comments

Comments
 (0)