Skip to content

Commit

Permalink
Merge pull request #45 from Stassi/feature/npm-engines-and-dependenci…
Browse files Browse the repository at this point in the history
…es-upgrade

feature/npm-engines-and-dependencies-upgrade
  • Loading branch information
Stassi authored Oct 6, 2024
2 parents 15aa2a0 + 49e5b3f commit d34d6d9
Show file tree
Hide file tree
Showing 6 changed files with 425 additions and 873 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
cache: npm
cache-dependency-path: package-lock.json
node-version: 20.17.0
node-version: 20.18.0
registry-url: https://registry.npmjs.org

- name: Dependencies installation
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [ 18.20.4, 20.17.0 ]
node-version: [ 18.20.4, 20.18.0 ]
os: [ macos-latest, ubuntu-latest, windows-latest ]

steps:
Expand Down
Loading

0 comments on commit d34d6d9

Please sign in to comment.