Skip to content

Commit

Permalink
ci(release): use latest Node LTS (#1697)
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Jan 13, 2023
1 parent e093030 commit 71e376b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Expand Up @@ -12,10 +12,10 @@ jobs:
name: release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: "lts/*"
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 71e376b

Please sign in to comment.