We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6b3110 commit cb4e44eCopy full SHA for cb4e44e
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Set node
19
uses: actions/setup-node@v2
20
with:
21
- node-version: 16.x
+ node-version: lts/*
22
23
- run: corepack enable
24
.github/workflows/release.yml
@@ -8,14 +8,16 @@ on:
8
jobs:
9
release:
10
runs-on: ubuntu-latest
11
+ permissions:
12
+ contents: write
13
steps:
14
- uses: actions/checkout@v3
15
16
fetch-depth: 0
17
- uses: actions/setup-node@v3
- run: npx changelogithub
env:
0 commit comments