mirror of
https://github.com/TextPlace/CoreTextPlace.git
synced 2025-04-30 12:41:10 +00:00
ci: bump runtimes in actions
This commit is contained in:
parent
92768c4ff5
commit
dbfeb13c47
2 changed files with 5 additions and 5 deletions
4
.github/workflows/deno.yml
vendored
4
.github/workflows/deno.yml
vendored
|
@ -26,9 +26,9 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Deno
|
||||
uses: denoland/setup-deno@v1.1.4
|
||||
uses: denoland/setup-deno@v2
|
||||
with:
|
||||
deno-version: v1.x
|
||||
deno-version: v2.x
|
||||
|
||||
# Uncomment this step to verify the use of 'deno fmt' on each commit.
|
||||
- name: Verify formatting
|
||||
|
|
6
.github/workflows/publish_npm.yml
vendored
6
.github/workflows/publish_npm.yml
vendored
|
@ -11,13 +11,13 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup Deno
|
||||
uses: denoland/setup-deno@v1.1.4
|
||||
uses: denoland/setup-deno@v2
|
||||
with:
|
||||
deno-version: v1.x
|
||||
deno-version: v2.x
|
||||
# Setup .npmrc file to publish to npm
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "20.x"
|
||||
node-version: "22.x"
|
||||
registry-url: "https://registry.npmjs.org"
|
||||
- run: deno run -A scripts/build_npm.ts
|
||||
- run: cd npm && npm ci
|
||||
|
|
Loading…
Add table
Reference in a new issue