Skip to content

Commit

Permalink
Use a contemporary node in deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgodbolt committed Nov 2, 2024
1 parent 6790362 commit f647a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/owlet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 20.x
- run: make dist
- name: upload distribution to s3
uses: jakejarvis/s3-sync-action@v0.5.1
Expand Down

0 comments on commit f647a04

Please sign in to comment.