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 d076cf0 commit 70eed88Copy full SHA for 70eed88
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v3
14
- uses: actions/setup-node@v3
15
with:
16
- node-version: "12.x"
+ node-version: "18.x"
17
- run: npm ci
18
- run: npm run build --if-present
19
- run: npm test
0 commit comments