Skip to content

Commit

Permalink
Revert/node 18 (#35)
Browse files Browse the repository at this point in the history
* revert(node-version): back to node 18.16.1 due to a broken behaviour of ts-node

* ci(release-pipeline): build with node 18

* chore: bump version
  • Loading branch information
kibotrel authored Dec 17, 2023
1 parent 0a998f0 commit 05e59ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
version: 8
- uses: actions/setup-node@v3
with:
node-version: '20.10.0'
node-version: '18.16.1'
cache: 'pnpm'
registry-url: https://registry.npmjs.org/
- run: pnpm install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.10.0
v18.16.1
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"vitest": "1.0.4"
},
"engines": {
"node": "20.10.0",
"node": "18.16.1",
"pnpm": ">=7"
},
"files": [
Expand Down Expand Up @@ -70,5 +70,5 @@
},
"type": "module",
"types": "dist/src/index.d.ts",
"version": "1.0.3"
"version": "1.0.4"
}

0 comments on commit 05e59ce

Please sign in to comment.