Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisNils committed Nov 1, 2024
1 parent c7c84a7 commit 54c9afa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:

strategy:
matrix:
node: ["16", "18", "20"]
node: ["18", "20", "22"]
fail-fast: false

steps:
Expand All @@ -23,7 +23,7 @@ jobs:
run: "npm ci"

- name: "Lint Code"
if: ${{ matrix.node == '16' }}
if: ${{ matrix.node == '20' }}
run: "npx eslint -f .github/workflows/formatter.js src/**/*.ts || :"

- name: "Compile Code"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set Up NodeJS
uses: actions/setup-node@v2
with:
node-version: 20
node-version: 22

- name: Checkout Main Repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 54c9afa

Please sign in to comment.