Skip to content

Commit

Permalink
CI: switch to Node.js 20
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Mar 3, 2024
1 parent c84d928 commit 4b793ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request, workflow_dispatch]

env:
FORCE_COLOR: 2
NODE: 18 # The Node.js version to run lint on
NODE: 20 # The Node.js version to run lint on

jobs:
run:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request, workflow_dispatch]

env:
FORCE_COLOR: 2
NODE_COV: 18 # The Node.js version to run coveralls on
NODE_COV: 20 # The Node.js version to run coveralls on

jobs:
test:
Expand All @@ -20,15 +20,15 @@ jobs:
architecture: [x64]
include:
- os: macos-latest
node: 18
node: 20
java: 17
architecture: x64
- os: windows-latest
node: 18
node: 20
java: 17
architecture: x64
- os: windows-latest
node: 18
node: 20
java: 17
architecture: x86

Expand Down

0 comments on commit 4b793ea

Please sign in to comment.