Skip to content

Commit c9943bc

Browse files
committed
Try fix workflow.
1 parent 0f85cdc commit c9943bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [16.x, 18.x, 20.x]
19+
node-version: [20.x, 22.x, 24.x]
2020
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121

2222
steps:
@@ -33,5 +33,5 @@ jobs:
3333
if: always()
3434
with:
3535
files: junit.xml
36-
env:
37-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36+
# env:
37+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)