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 d71f598 commit dbfa491Copy full SHA for dbfa491
.github/workflows/ci.yaml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
strategy:
11
matrix:
12
- node: [12, 14, 16]
+ node: [12, 14, 16, 18]
13
steps:
14
- uses: actions/checkout@v3
15
- uses: actions/setup-node@v3
@@ -27,7 +27,7 @@ jobs:
27
28
29
with:
30
- node-version: 16
+ node-version: 18
31
- run: npm install
32
- run: npm run lint
33
release:
@@ -38,7 +38,7 @@ jobs:
38
39
40
41
42
43
- run: npx semantic-release
44
env:
.npmrc
0 commit comments