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 4b3caf5 commit d04e540Copy full SHA for d04e540
.changeset/sharp-cups-jam.md
@@ -0,0 +1,5 @@
1
+---
2
+"textlint-rule-preset-japanese": patch
3
4
+
5
+CI: use changesets/action@v1
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
run: yarn install
29
- name: Create Release Pull Request or Publish to npm
30
id: changesets
31
- uses: changesets/action@master
+ uses: changesets/action@v1
32
with:
33
publish: yarn run release
34
env:
.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
strategy:
10
matrix:
11
- node_version: [ 16, 18, 20 ]
+ node_version: [ 18, 20 ]
12
steps:
13
- name: checkout
14
uses: actions/checkout@v4
0 commit comments