From 641785092c0b522f62f3c016ab060ddd6a851995 Mon Sep 17 00:00:00 2001 From: Nick Sheck Date: Thu, 4 Jan 2024 11:13:58 -0800 Subject: [PATCH 1/3] chore: `npm i` on clean working tree --- ncc/package-lock.json | 66 +++++++++++++++++++++++++++++++------------ 1 file changed, 48 insertions(+), 18 deletions(-) diff --git a/ncc/package-lock.json b/ncc/package-lock.json index 2406145..8dd6f12 100644 --- a/ncc/package-lock.json +++ b/ncc/package-lock.json @@ -1,66 +1,96 @@ { "name": "ncc", "version": "0.1.0", - "lockfileVersion": 1, + "lockfileVersion": 3, "requires": true, - "dependencies": { - "@actions/core": { + "packages": { + "": { + "name": "ncc", + "version": "0.1.0", + "license": "MIT", + "dependencies": { + "@actions/core": "^1.10.0", + "@actions/exec": "^1.1.1" + }, + "devDependencies": { + "@types/node": "^18.8.2", + "@vercel/ncc": "^0.34.0", + "typescript": "^4.8.4" + } + }, + "node_modules/@actions/core": { "version": "1.10.0", "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.10.0.tgz", "integrity": "sha512-2aZDDa3zrrZbP5ZYg159sNoLRb61nQ7awl5pSvIq5Qpj81vwDzdMRKzkWJGJuwVvWpvZKx7vspJALyvaaIQyug==", - "requires": { + "dependencies": { "@actions/http-client": "^2.0.1", "uuid": "^8.3.2" } }, - "@actions/exec": { + "node_modules/@actions/exec": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/@actions/exec/-/exec-1.1.1.tgz", "integrity": "sha512-+sCcHHbVdk93a0XT19ECtO/gIXoxvdsgQLzb2fE2/5sIZmWQuluYyjPQtrtTHdU1YzTZ7bAPN4sITq2xi1679w==", - "requires": { + "dependencies": { "@actions/io": "^1.0.1" } }, - "@actions/http-client": { + "node_modules/@actions/http-client": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-2.0.1.tgz", "integrity": "sha512-PIXiMVtz6VvyaRsGY268qvj57hXQEpsYogYOu2nrQhlf+XCGmZstmuZBbAybUl1nQGnvS1k1eEsQ69ZoD7xlSw==", - "requires": { + "dependencies": { "tunnel": "^0.0.6" } }, - "@actions/io": { + "node_modules/@actions/io": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/@actions/io/-/io-1.1.2.tgz", "integrity": "sha512-d+RwPlMp+2qmBfeLYPLXuSRykDIFEwdTA0MMxzS9kh4kvP1ftrc/9fzy6pX6qAjthdXruHQ6/6kjT/DNo5ALuw==" }, - "@types/node": { + "node_modules/@types/node": { "version": "18.8.2", "resolved": "https://registry.npmjs.org/@types/node/-/node-18.8.2.tgz", "integrity": "sha512-cRMwIgdDN43GO4xMWAfJAecYn8wV4JbsOGHNfNUIDiuYkUYAR5ec4Rj7IO2SAhFPEfpPtLtUTbbny/TCT7aDwA==", "dev": true }, - "@vercel/ncc": { + "node_modules/@vercel/ncc": { "version": "0.34.0", "resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.34.0.tgz", "integrity": "sha512-G9h5ZLBJ/V57Ou9vz5hI8pda/YQX5HQszCs3AmIus3XzsmRn/0Ptic5otD3xVST8QLKk7AMk7AqpsyQGN7MZ9A==", - "dev": true + "dev": true, + "bin": { + "ncc": "dist/ncc/cli.js" + } }, - "tunnel": { + "node_modules/tunnel": { "version": "0.0.6", "resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz", - "integrity": "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==" + "integrity": "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==", + "engines": { + "node": ">=0.6.11 <=0.7.0 || >=0.7.3" + } }, - "typescript": { + "node_modules/typescript": { "version": "4.8.4", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz", "integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==", - "dev": true + "dev": true, + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=4.2.0" + } }, - "uuid": { + "node_modules/uuid": { "version": "8.3.2", "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "bin": { + "uuid": "dist/bin/uuid" + } } } } From 90c1adfc894de33800d4a78134046c7d38c69a0b Mon Sep 17 00:00:00 2001 From: Nick Sheck Date: Thu, 4 Jan 2024 11:14:42 -0800 Subject: [PATCH 2/3] chore: asdf local nodejs 20 --- ncc/.tool-versions | 1 + 1 file changed, 1 insertion(+) create mode 100644 ncc/.tool-versions diff --git a/ncc/.tool-versions b/ncc/.tool-versions new file mode 100644 index 0000000..3e51109 --- /dev/null +++ b/ncc/.tool-versions @@ -0,0 +1 @@ +nodejs 20 From 07335e973cd82e969fd4a228c76740a070796bf2 Mon Sep 17 00:00:00 2001 From: Nick Sheck Date: Thu, 4 Jan 2024 11:15:08 -0800 Subject: [PATCH 3/3] chore(action.yml): node16 -> node20 --- ncc/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ncc/action.yml b/ncc/action.yml index 06b97e2..23cdc55 100644 --- a/ncc/action.yml +++ b/ncc/action.yml @@ -1,7 +1,7 @@ name: ncc description: Build with @vercel/ncc and commit built files runs: - using: node16 + using: node20 main: dist/index.js inputs: github_token: