Skip to content

Commit b44beff

Browse files
committedJun 10, 2022
chore: update GitHub actions (#634)
1 parent 38be3fa commit b44beff

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed
 

‎.github/workflows/commitlint.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,4 @@ jobs:
1313
- uses: actions/checkout@v3
1414
with:
1515
fetch-depth: 100
16-
- uses: wagoid/commitlint-github-action@v2
17-
with:
18-
token: ${{ secrets.GITHUB_TOKEN }}
16+
- uses: wagoid/commitlint-github-action@v4

‎.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
- name: Run tests
4141
run: npm run coverage-all
4242
- name: Upload coverage report to Codecov
43-
uses: codecov/codecov-action@v2
43+
uses: codecov/codecov-action@v3

‎.github/workflows/release-please.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
- uses: google-github-actions/release-please-action@v3
1515
id: release
1616
with:
17-
token: ${{ secrets.GITHUB_TOKEN }}
1817
release-type: node
1918
package-name: node-core-utils
2019
npm-publish:
@@ -25,7 +24,7 @@ jobs:
2524
- uses: actions/checkout@v3
2625
- uses: actions/setup-node@v3
2726
with:
28-
node-version: 16.x
27+
node-version: lts/*
2928
registry-url: 'https://registry.npmjs.org'
3029
- run: npm publish
3130
env:

0 commit comments

Comments
 (0)
Please sign in to comment.