Skip to content

Commit

Permalink
Merge pull request #150 from elribonazo/upgrade-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
githubsaturn authored Dec 23, 2024
2 parents 66a3be5 + 468c121 commit cc6c3ad
Show file tree
Hide file tree
Showing 17 changed files with 2,260 additions and 5,779 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 20
- run: npm ci && npm run build
2 changes: 1 addition & 1 deletion .github/workflows/build_push_docker_edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- run: |
npm ci
npm run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_push_docker_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- run: |
npm ci
npm run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prettier_formatting_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 20
- run: npm ci && npm run formatter && npm run tslint
Loading

0 comments on commit cc6c3ad

Please sign in to comment.