Skip to content

Commit c18d7df

Browse files
committed
Node 20
1 parent 05103d6 commit c18d7df

File tree

3 files changed

+15663
-34064
lines changed

3 files changed

+15663
-34064
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
12-
- name: Setup Node.js
12+
- name: Install Node.js
1313
uses: actions/setup-node@v4
1414
with:
15-
node-version: 16.x
15+
node-version: 20.x
1616
- run: npm ci
1717
- run: npm run build
1818
- run: npm test

0 commit comments

Comments
 (0)