Skip to content

Commit

Permalink
fix(app): update node action
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMcAssey committed Nov 20, 2023
1 parent 4f10836 commit 013d212
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
cache: 'npm'
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
cache: 'npm'
Expand Down

0 comments on commit 013d212

Please sign in to comment.