Skip to content

Commit

Permalink
Merge pull request #1 from H3aven-Labs/feat/node
Browse files Browse the repository at this point in the history
feat(node): defaults to node 18
  • Loading branch information
joaoh9 authored Nov 13, 2023
2 parents 6527e54 + dd9504f commit 69f7298
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.18.1
node-version: 18.18.2

- name: Set variables
run: |
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.18.1
v18.18.2
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@h3aven-labs/h3-prisma-pagination",
"version": "0.1.1",
"version": "0.2.0",
"description": "",
"source": "src/index.ts",
"main": "lib/index.js",
Expand All @@ -17,7 +17,7 @@
"watch": "microbundle watch --format esm,cjs"
},
"engines": {
"node": "^16.18.0"
"node": "^16.18.0 || ^18.18.2"
},
"keywords": [
"prisma",
Expand Down

0 comments on commit 69f7298

Please sign in to comment.