Skip to content

Commit

Permalink
chore: roll node forward
Browse files Browse the repository at this point in the history
  • Loading branch information
cdaringe committed Nov 19, 2023
1 parent 32c907b commit 6e1a7a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
# release
- name: setup-node
uses: actions/setup-node@v3
with: 20
with:
node-version: 20
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
# release
- name: setup-node
uses: actions/setup-node@v3
with: 20
with:
node-version: 20
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 6e1a7a5

Please sign in to comment.