Comparing version 2.5.24 to 2.6.0
@@ -1,1 +0,1 @@ | ||
{"name":"techor","scripts":{"build":"esbuild src/bin/index.ts --outfile=dist/bin/index.js --format=cjs --target=esnext --platform=node","dev":"pnpm run build --watch","type-check":"tsc --noEmit","lint":"eslint src"},"license":"MIT","description":"Author technology like a top leader","author":{"name":"Aron","email":"i@aron.tw","url":"https://aron.tw"},"homepage":"https://github.com/1aron/techor","bugs":{"url":"https://github.com/1aron/techor/issues"},"repository":{"type":"git","url":"https://github.com/1aron/techor.git","directory":"packages/techor"},"keywords":["author","technology","creator","config","opensource","plugin","package","framework","tool","software","pack","esbuild","version","bump","bundle","commonjs","esm","esmodule"],"bin":{"techor":"./dist/bin/index.js"},"files":["dist"],"sideEffects":false,"publishConfig":{"access":"public"},"dependencies":{"@techor/fs":"^2.5.24","@techor/log":"^2.5.24","commander":"^11.0.0"},"version":"2.5.24"} | ||
{"name":"techor","scripts":{"build":"esbuild src/bin/index.ts --outfile=dist/bin/index.js --format=cjs --target=esnext --platform=node","dev":"pnpm run build --watch","type-check":"tsc --noEmit","lint":"eslint src"},"license":"MIT","description":"Author technology like a top leader","author":{"name":"Aron","email":"i@aron.tw","url":"https://aron.tw"},"homepage":"https://github.com/1aron/techor","bugs":{"url":"https://github.com/1aron/techor/issues"},"repository":{"type":"git","url":"https://github.com/1aron/techor.git","directory":"packages/techor"},"keywords":["author","technology","creator","config","opensource","plugin","package","framework","tool","software","pack","esbuild","version","bump","bundle","commonjs","esm","esmodule"],"bin":{"techor":"./dist/bin/index.js"},"files":["dist"],"sideEffects":false,"publishConfig":{"access":"public"},"dependencies":{"@techor/fs":"^2.6.0","@techor/log":"^2.6.0","commander":"^11.0.0"},"version":"2.6.0"} |
@@ -200,9 +200,9 @@ <br> | ||
timeout-minutes: 15 | ||
runs-on: ubuntu-20.04 | ||
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
node-version: [18] | ||
node-version: [20] | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/setup-node@v3 | ||
- uses: actions/checkout@v4 | ||
- uses: actions/setup-node@v4 | ||
with: | ||
@@ -209,0 +209,0 @@ node-version: ${{ matrix.node-version }} |
14465
Updated@techor/fs@^2.6.0
Updated@techor/log@^2.6.0