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 d6c323c commit b51fb78Copy full SHA for b51fb78
.github/workflows/ci.yml
@@ -16,8 +16,7 @@ jobs:
16
17
steps:
18
- uses: actions/checkout@v3
19
- - name: Use Node 18
20
- uses: actions/setup-node@v3
+ - uses: actions/setup-node@v3
21
with:
22
node-version: 18
23
cache: 'npm'
.github/workflows/publish.yml
@@ -13,8 +13,7 @@ jobs:
13
14
15
0 commit comments