Skip to content

Commit

Permalink
Update to node latest node LTS: 20.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mchv committed May 7, 2024
1 parent af8b43f commit 055e492
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 @@
v16.13.2
v20.12.2
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A Github Action to deploy a Guardian static site.",
"main": "index.js",
"scripts": {
"build": "esbuild index.ts --bundle --platform=node --target=node16 --outfile=index.js",
"build": "esbuild index.ts --bundle --platform=node --target=node20 --outfile=index.js",
"test": "jest",
"tsc": "tsc --noEmit",
"lint": "eslint . --ext .ts --no-error-on-unmatched-pattern --fix",
Expand Down

0 comments on commit 055e492

Please sign in to comment.