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 04721bc commit bfaa83fCopy full SHA for bfaa83f
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
- uses: actions/checkout@v3
22
- uses: actions/setup-node@v3
23
with:
24
- node-version: 14.x
+ node-version: 22.x
25
26
- run: yarn install
27
- run: yarn lint
@@ -55,7 +55,7 @@ jobs:
55
56
57
58
59
60
61
- run: yarn add --dev eslint@${{ matrix.eslint-version }}
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
17
- node-version: 12.x
18
registry-url: 'https://registry.npmjs.org'
19
20
- run: npm publish
0 commit comments