mirror of
https://github.com/actions/upload-artifact.git
synced 2024-11-06 09:35:52 -05:00
013d2b89ba
* Create devcontainer for codespaces * Use node 16 for devcontainer and CI * Fix node version incompatibility error * Remove caching * Add npm build to check-dist * Remove new caching * use npm install * Test node 14 * Update check dist with node 16 * Use node 18.x for check-dist * Npm install vs CI * Update package.json scripts * test * Remove caching * npm run test * testing * test * test * One more test * Test * test * Update everything * use vercel * Test * Update index.js * Test * Remove codeql warnings * Use NPM CI vs install * Small tweaks to existing workflows
6 lines
282 B
JSON
6 lines
282 B
JSON
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
|
|
// README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node
|
|
{
|
|
"name": "@actions/upload-artifact",
|
|
"image": "mcr.microsoft.com/devcontainers/typescript-node:0-16"
|
|
}
|