Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
test: get latest versions of node
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Aug 27, 2023
1 parent ec01296 commit 3e94be5
Show file tree
Hide file tree
Showing 4 changed files with 231 additions and 204 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.13.0
v18.17.1
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"main": "./dist/index.cjs",
"exports": "./dist/index.cjs",
"scripts": {
"build": "pkgroll --target node12.20 --minify",
"build": "pkgroll --target node12.20",
"lint": "eslint .",
"type-check": "tsc --noEmit",
"test": "pnpm build && tsx tests/index.ts",
Expand All @@ -47,8 +47,8 @@
"eslint": "^8.34.0",
"execa": "^7.0.0",
"fs-fixture": "^1.2.0",
"get-node": "^13.6.0",
"manten": "^0.6.1",
"get-node": "^14.2.1",
"manten": "^1.0.0",
"pkgroll": "^1.9.0",
"semver": "^7.3.8",
"source-map-support": "^0.5.21",
Expand Down
Loading

0 comments on commit 3e94be5

Please sign in to comment.