We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9fbb60 commit 12226c8Copy full SHA for 12226c8
1 file changed
.github/workflows/release.yml
@@ -17,6 +17,8 @@ jobs:
17
- uses: actions/setup-node@v4
18
with:
19
node-version: '22.x'
20
+ - name: Update npm
21
+ run: npm install -g npm@latest
22
- run: npm i
23
- name: Check Git Commit name
24
run: git log -1 --pretty=format:"%s" | npx commitlint
0 commit comments