Skip to content

Commit

Permalink
bump node version to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
MonPote committed Aug 27, 2024
1 parent 0289d95 commit 6eda5de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-push-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- uses: actions/[email protected]
with:
node-version: "16"
node-version: "20"
cache: "npm"

- name: Set up Docker Buildx
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: "16"
node-version: "20"
cache: "npm"
- name: install dependencies
run: npm config set unsafe-perm true && npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: "16"
node-version: "20"
cache: "npm"
- name: install dependencies
run: npm config set unsafe-perm true && npm ci
Expand Down

0 comments on commit 6eda5de

Please sign in to comment.