Skip to content

Commit

Permalink
fix(ci): Update node.js to v20
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
  • Loading branch information
marcelklehr committed Dec 7, 2023
1 parent 0f99ab7 commit c97cf5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:

strategy:
matrix:
node-versions: [14.x]
npm-version: [7.x]
node-versions: [20.x]
npm-version: [10.x]

name: node${{ matrix.node-versions }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
node-version: [14.x]
npm-version: [7.x]
node-versions: [20.x]
npm-version: [10.x]
server-version: ['27']
app-version: ['stable']
floccus-adapter:
Expand Down

0 comments on commit c97cf5d

Please sign in to comment.