Skip to content

Commit 5b63187

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 3ba6af8 + cd11967 commit 5b63187

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
test:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414
- uses: actions/setup-node@v4
1515
with:
16-
node-version: 22
16+
node-version: 22.22.0
1717
cache: npm
1818
- run: npm ci
1919
- run: npx tsc --noEmit

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
name: github-pages
2121
url: ${{ steps.deployment.outputs.page_url }}
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v6
2424
- uses: actions/setup-node@v4
2525
with:
26-
node-version: 22
26+
node-version: 22.22.0
2727
cache: npm
2828
- run: npm ci
2929
- run: npm run build

.github/workflows/prerelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
prerelease:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v6
1515
with:
1616
fetch-depth: 0
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 22
19+
node-version: 22.22.0
2020
cache: npm
2121

2222
- name: Get current version

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
release:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v6
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 22
17+
node-version: 22.22.0
1818
cache: npm
1919
- run: npm ci
2020
- run: npm run build

.github/workflows/stable-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
release:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: 22
21+
node-version: 22.22.0
2222
cache: npm
2323

2424
- name: Validate version format

0 commit comments

Comments
 (0)