Skip to content

Commit

Permalink
ui: bump node to v20 for actions
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Garcia Garcia <[email protected]>
  • Loading branch information
miguelgrc committed Aug 27, 2024
1 parent bd6caf6 commit 114b3de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Lint Source

on:
push:
branches: [ master ]
branches: [master]

jobs:
lint-shellcheck:
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2-beta
with:
node-version: "10"
node-version: "20"

- name: Run prettier
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ui-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2-beta
with:
node-version: "14"
node-version: "20"

- name: Build
working-directory: ./ui
Expand Down

0 comments on commit 114b3de

Please sign in to comment.