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 b050619 commit 195ed22Copy full SHA for 195ed22
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: actions/checkout@v3
22
- uses: actions/setup-node@v4
23
with:
24
- node-version: lts
+ node-version: 'lts/*'
25
- run: npm ci
26
- name: Semantic Release
27
uses: cycjimmy/semantic-release-action@v2
.github/workflows/run-tests.yml
@@ -16,7 +16,7 @@ jobs:
16
17
strategy:
18
matrix:
19
- node-version: ['lts']
+ node-version: ['lts/*']
20
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
0 commit comments