Skip to content

Commit

Permalink
CI: add Node.js 22
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Aug 13, 2024
1 parent 2a3dab2 commit 92693d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 20 # The Node.js version to run lint on
NODE: 22 # The Node.js version to run lint on

jobs:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
node: [14.18, 16, 18, 20]
node: [14.18, 16, 18, 20, 22]
java: [17]
architecture: [x64]
include:
Expand Down

0 comments on commit 92693d4

Please sign in to comment.