Skip to content

Commit 331ea07

Browse files
committed
fix: [semantic-release]: node version >=16 || ^14.17 is required. Found v15.14.0
1 parent ca4272f commit 331ea07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
# needs: [quality]
3535
steps:
3636
- uses: actions/checkout@v2
37-
- name: Use Node.js 15
37+
- name: Use Node.js 16
3838
uses: actions/setup-node@v1
3939
with:
40-
node-version: 15
40+
node-version: 16
4141
registry-url: https://registry.npmjs.org/
4242
- run: npm ci
4343
- run: npm run semantic-release

0 commit comments

Comments
 (0)