mirror of
https://github.com/TextPlace/CoreTextPlace.git
synced 2025-04-30 12:41:10 +00:00
chore: bump ci deps
This commit is contained in:
parent
01c3526a25
commit
7d9ee480bf
3 changed files with 5 additions and 11 deletions
3
.github/workflows/deno.yml
vendored
3
.github/workflows/deno.yml
vendored
|
@ -26,8 +26,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Deno
|
||||
# uses: denoland/setup-deno@v1
|
||||
uses: denoland/setup-deno@61fe2df320078202e33d7d5ad347e7dcfa0e8f31 # v1.1.2
|
||||
uses: denoland/setup-deno@v1.1.4
|
||||
with:
|
||||
deno-version: v1.x
|
||||
|
||||
|
|
9
.github/workflows/publish_npm.yml
vendored
9
.github/workflows/publish_npm.yml
vendored
|
@ -9,14 +9,9 @@ jobs:
|
|||
contents: read
|
||||
id-token: write
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "18.x"
|
||||
registry-url: "https://registry.npmjs.org"
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup Deno
|
||||
# uses: denoland/setup-deno@v1
|
||||
uses: denoland/setup-deno@61fe2df320078202e33d7d5ad347e7dcfa0e8f31 # v1.1.2
|
||||
uses: denoland/setup-deno@v1.1.4
|
||||
with:
|
||||
deno-version: v1.x
|
||||
- run: deno run -A scripts/build_npm.ts
|
||||
|
|
|
@ -22,10 +22,10 @@ await build({
|
|||
license: "MIT",
|
||||
repository: {
|
||||
type: "git",
|
||||
url: "https://github.com/textplace/CoreTextPlace",
|
||||
url: "https://github.com/TextPlace/CoreTextPlace",
|
||||
},
|
||||
bugs: {
|
||||
url: "https://github.com/textplace/CoreTextPlace/issues",
|
||||
url: "https://github.com/TextPlace/CoreTextPlace/issues",
|
||||
},
|
||||
},
|
||||
postBuild() {
|
||||
|
|
Loading…
Add table
Reference in a new issue