Skip to content

Commit a9088f0

Browse files
committed
CI: drop Node 16, add Node 22, refresh action versions
Node 16 fails because eslint 8 / typescript-eslint 8 needs the structuredClone global (Node 17+), and the html-to-structured-text package now declares engines.node >=18 anyway. Also bump checkout and setup-node to v4.
1 parent cb042fe commit a9088f0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515

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

2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v4
2323
- name: Use Node.js ${{ matrix.node-version }}
24-
uses: actions/setup-node@v1
24+
uses: actions/setup-node@v4
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727
- run: npm ci

0 commit comments

Comments
 (0)