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 0995d81 commit 2c3070dCopy full SHA for 2c3070d
.github/workflows/textlint.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@master
14
- name: Setup node
15
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v6
16
with:
17
node-version: ${{ matrix.node }}
18
- run: yarn install
0 commit comments