Skip to content

Commit 0faeabb

Browse files
Revert "[actions] use ljharb/actions/node/matrix" (#4)
1 parent eef8d21 commit 0faeabb

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

.github/workflows/ci.yml

+4-14
Original file line numberDiff line numberDiff line change
@@ -25,24 +25,14 @@ jobs:
2525
- run: npm run format
2626
- run: npm run test:types
2727

28-
matrix:
29-
runs-on: ubuntu-22.04
30-
outputs:
31-
latest: ${{ steps.set-matrix.outputs.requireds }}
32-
steps:
33-
- uses: ljharb/actions/node/matrix@6f6460d952d0fa896c91a56c2e450cb8c9fd1a21 # main
34-
id: set-matrix
35-
with:
36-
versionsAsRoot: true
37-
type: majors
38-
preset: '>= 22' # glob is not backported below 22.x
39-
4028
tests:
41-
needs: [matrix]
4229
strategy:
4330
fail-fast: false
4431
matrix:
45-
node: ${{ fromJson(needs.matrix.outputs.latest) }}
32+
node:
33+
- version: 23.x
34+
- version: 22.x
35+
# glob is not backported below 22.x
4636
os:
4737
- macos-latest
4838
- ubuntu-latest

0 commit comments

Comments
 (0)