Skip to content

Commit

Permalink
Fix missing node 20 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
emcfarlane committed Feb 19, 2024
1 parent eaff67f commit 27c3e28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.14.0
20.11.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "buf-setup",
"version": "1.6.0",
"scripts": {
"build": "esbuild --minify --bundle --sourcemap '--define:process.env.NODE_ENV=\"production\"' --outdir=dist --platform=node --target=node16 ./src/main.ts",
"build": "esbuild --minify --bundle --sourcemap '--define:process.env.NODE_ENV=\"production\"' --outdir=dist --platform=node --target=node20 ./src/main.ts",
"eslint": "eslint --max-warnings 0 .",
"format": "prettier --write '**/*.{json,js,jsx,ts,tsx,css}' --loglevel error",
"lint": "npm run eslint && npm run types-check",
Expand Down

0 comments on commit 27c3e28

Please sign in to comment.