Skip to content

Commit

Permalink
chore(deps): update node.js to v19.9
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 11, 2023
1 parent 77e2bdc commit 67a9fc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-static-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "19.7"
node-version: "19.9"

- run: |
cd frontend
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/per-arch-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "19.7"
node-version: "19.9"

- run: make build-frontend

Expand Down

0 comments on commit 67a9fc8

Please sign in to comment.