Skip to content

Commit d353da1

Browse files
committed
Fix workflow by removing token which is no longer needed.
- also update node versions to something more modern.
1 parent 0f85cdc commit d353da1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 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,3 @@ jobs:
3333
if: always()
3434
with:
3535
files: junit.xml
36-
env:
37-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)