Skip to content

Commit

Permalink
feat(change): correction version compatibiliy semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Montoya committed Oct 6, 2023
1 parent 4e82ac1 commit e1437c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14]
node-version: [12]

steps:
- name: Checkout code
Expand Down Expand Up @@ -36,6 +36,7 @@ jobs:
run: npx eslint .

release:
needs: test
if: github.ref == 'refs/heads/master'
name: create a version file
runs-on: ubuntu-latest
Expand All @@ -47,7 +48,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 12
- uses: actions/cache@v3
with:
path: ~/.npm
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"semantic-release": "semantic-release"
},
"engines": {
"node": ">=14"
"node": ">=12"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit e1437c9

Please sign in to comment.