Skip to content

Commit 4b793ea

Browse files
committed
CI: switch to Node.js 20
1 parent c84d928 commit 4b793ea

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request, workflow_dispatch]
44

55
env:
66
FORCE_COLOR: 2
7-
NODE: 18 # The Node.js version to run lint on
7+
NODE: 20 # The Node.js version to run lint on
88

99
jobs:
1010
run:

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request, workflow_dispatch]
44

55
env:
66
FORCE_COLOR: 2
7-
NODE_COV: 18 # The Node.js version to run coveralls on
7+
NODE_COV: 20 # The Node.js version to run coveralls on
88

99
jobs:
1010
test:
@@ -20,15 +20,15 @@ jobs:
2020
architecture: [x64]
2121
include:
2222
- os: macos-latest
23-
node: 18
23+
node: 20
2424
java: 17
2525
architecture: x64
2626
- os: windows-latest
27-
node: 18
27+
node: 20
2828
java: 17
2929
architecture: x64
3030
- os: windows-latest
31-
node: 18
31+
node: 20
3232
java: 17
3333
architecture: x86
3434

0 commit comments

Comments
 (0)