Skip to content

Commit

Permalink
node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Pierson committed Jun 17, 2024
1 parent 0a1ebb8 commit fefe982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Use Node.js 20
- name: Use Node.js 18
uses: actions/setup-node@v4.0.2
with:
node-version: 20
node-version: 18
- name: Checkout
uses: actions/checkout@v4.1.7
- name: build frontend
Expand Down

0 comments on commit fefe982

Please sign in to comment.