We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b2d28b commit b3a6546Copy full SHA for b3a6546
.github/workflows/test.yml
@@ -52,9 +52,9 @@ jobs:
52
fail-fast: false
53
matrix:
54
node_version:
55
- - 18
56
- - 20
+ - 20.17
57
- 22
+ - 24
58
steps:
59
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
60
- name: Use Node.js ${{ matrix.node_version }}
@@ -74,6 +74,8 @@ jobs:
74
- browser
75
76
- run: exit 1
77
- if: ${{ needs.lint.result != 'success' || needs.node.result != 'success' || needs.browser.result != 'success' || needs.deno.result != 'success' }}
+ if:
78
+ ${{ needs.lint.result != 'success' || needs.node.result != 'success' ||
79
+ needs.browser.result != 'success' || needs.deno.result != 'success' }}
80
- run: echo ok
81
if: ${{ always() }}
0 commit comments