Skip to content

Commit 7f6a4c1

Browse files
committed
fix: Target Node 24
Missed in #320, this change ensures `esbuild` targets the desired version of Node. As it happens, there's no change to the built artifact for this repository.
1 parent 8142534 commit 7f6a4c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "A GitHub Action to build and upload Riff-Raff artifacts.",
66
"main": "dist/index.js",
77
"scripts": {
8-
"build": "esbuild src/index.ts --bundle --platform=node --target=node20 --packages=bundle --outfile=dist/index.js",
8+
"build": "esbuild src/index.ts --bundle --platform=node --target=node24 --packages=bundle --outfile=dist/index.js",
99
"test": "NODE_OPTIONS='--experimental-vm-modules' jest",
1010
"tsc": "tsc --noEmit",
1111
"lint": "eslint src --ext .ts --no-error-on-unmatched-pattern",

0 commit comments

Comments
 (0)