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 4ac95a5 commit dc10e95Copy full SHA for dc10e95
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v3
16
- uses: actions/setup-node@v3
17
with:
18
- node-version: 'lts'
+ node-version: 'lts/*'
19
# Ref: https://github.com/actions/cache/blob/main/examples.md#node---yarn
20
- name: Get yarn cache path
21
id: yarn-cache-path
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
0 commit comments