Skip to content

Commit

Permalink
Merge branch 'main' into 'feature/custom-pathways'
Browse files Browse the repository at this point in the history
# Conflicts:
#   package.json
  • Loading branch information
jmueller95 committed Apr 9, 2024
2 parents b8af901 + 992a346 commit 8e01fcf
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 69 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand All @@ -28,4 +28,5 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm test
- run: npm test

97 changes: 30 additions & 67 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8e01fcf

Please sign in to comment.