Skip to content

Commit e68d027

Browse files
committed
deleteme: debug pipes
1 parent 26a7264 commit e68d027

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build-node.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
build:
3030
strategy:
3131
matrix:
32-
node-version: ['18.x', '20.x', '22.x']
32+
node-version: ['18.x', '20.x', '22.x', '24.x']
3333

3434
runs-on:
3535
- ubuntu-latest
@@ -48,5 +48,9 @@ jobs:
4848

4949
- run: npm ci
5050
- run: npm run build
51+
- run: |
52+
pwd
53+
ls
54+
ls -R dist
5155
- run: npm run test
5256
- run: npm run lint

0 commit comments

Comments
 (0)