Skip to content

Commit

Permalink
ci: fix release workflow (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
ps-kwang authored Apr 9, 2024
1 parent 96c9363 commit d11dfcb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18.x.x
node-version: 20.x.x

- name: Setup Deno
uses: denoland/setup-deno@v1
Expand All @@ -36,4 +36,4 @@ jobs:
- name: Release
run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d11dfcb

Please sign in to comment.