Skip to content

Commit efe9451

Browse files
committed
Raise node version and use verbose flag for debugging
1 parent 0f25bd4 commit efe9451

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
- name: Install Node
2020
uses: actions/setup-node@v2
2121
with:
22-
node-version: '14'
22+
node-version: '18'
2323

2424
- name: Install npm dependencies
2525
run: |
2626
cd js
27-
npm ci
28-
npm run build
27+
npm ci --verbose
28+
npm run build --verbose
2929
3030
- name: Install pypa/build
3131
run: >-

0 commit comments

Comments
 (0)