Skip to content

Commit

Permalink
ci: fix permission, upgrade node version
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Aug 30, 2023
1 parent f6b3110 commit cb4e44e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set node
uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: lts/*

- run: corepack enable

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,16 @@ on:
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: lts/*

- run: npx changelogithub
env:
Expand Down

0 comments on commit cb4e44e

Please sign in to comment.