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 9f9ba2d commit ef66f7dCopy full SHA for ef66f7d
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: actions/checkout@v2
22
- uses: actions/setup-node@v2
23
with:
24
- node-version: 14
+ node-version: 16
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: ['14']
+ node-version: ['16']
20
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
0 commit comments