Skip to content

Commit 005e583

Browse files
ErioldDaniel Montoya
andauthored
feat(semantic): update semantic compatibility (#335)
Co-authored-by: Daniel Montoya <daniel.montoya@eclass.cl>
1 parent 1dc5aa1 commit 005e583

File tree

4 files changed

+19
-8
lines changed

4 files changed

+19
-8
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
node-version: [16, 18]
11+
node-version: [12]
1212

1313
steps:
1414
- name: Checkout code
@@ -47,7 +47,7 @@ jobs:
4747
- name: Set up Node.js
4848
uses: actions/setup-node@v3
4949
with:
50-
node-version: 18
50+
node-version: 12
5151
- uses: actions/cache@v3
5252
with:
5353
path: ~/.npm

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.20.2
1+
12.22.12

package-lock.json

Lines changed: 15 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"semantic-release": "semantic-release"
1111
},
1212
"engines": {
13-
"node": ">=14"
13+
"node": ">=12"
1414
},
1515
"repository": {
1616
"type": "git",

0 commit comments

Comments
 (0)