There was an error while loading. Please reload this page.
2 parents efa6504 + ac61b32 commit dfaa75cCopy full SHA for dfaa75c
3 files changed
.github/workflows/publish.yml
@@ -11,7 +11,7 @@ jobs:
11
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
15
- run: npm ci
16
- run: npm test
17
- run: npx semantic-release
.github/workflows/seocheck.yml
@@ -6,7 +6,7 @@ jobs:
6
test:
7
8
9
10
- uses: actions/setup-node@v6
with:
node-version: 12
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
fetch-depth: 0
18
0 commit comments