Skip to content

Commit

Permalink
chore: update to node v18
Browse files Browse the repository at this point in the history
  • Loading branch information
seleb committed Jun 12, 2023
1 parent 9908cb8 commit bd575bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
persist-credentials: false
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- uses: cycjimmy/semantic-release-action@v3
env:
GITHUB_TOKEN: ${{ secrets.REPO_READ_TOKEN }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm run update-butler
env:
BUTLER_PATH: ${{ fromJSON('{"ubuntu":"linux","macos":"darwin"}')[matrix.os] || matrix.os }}
Expand Down

0 comments on commit bd575bd

Please sign in to comment.