Skip to content

Commit

Permalink
Refresh and update dependencies (#104)
Browse files Browse the repository at this point in the history
* Refresh and update dependencies

* Use a contemporary node
  • Loading branch information
mattgodbolt authored Nov 2, 2024
1 parent a28c08b commit 8764f85
Show file tree
Hide file tree
Showing 4 changed files with 8,077 additions and 5,343 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/owlet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 20.x
- run: make check
deploy-code:
needs: build-and-test
Expand All @@ -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
Loading

0 comments on commit 8764f85

Please sign in to comment.