Skip to content

Commit

Permalink
Merge branch 'next'
Browse files Browse the repository at this point in the history
  • Loading branch information
cdaringe committed Nov 19, 2023
2 parents de8a278 + 14b67ce commit 34c9226
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Expand Up @@ -26,8 +26,7 @@ jobs:
# release
- name: setup-node
uses: actions/setup-node@v3
with:
node-version: 16
with: 20 16
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/next.yml
Expand Up @@ -28,8 +28,7 @@ jobs:
# release
- name: setup-node
uses: actions/setup-node@v3
with:
node-version: 16
with: 20 16
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 34c9226

Please sign in to comment.