Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/build-rsbuild/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
steps:
- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 22.22.2
- shell: bash
name: Install package manager
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/build-rsdoctor/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
steps:
- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 22.22.2
- shell: bash
name: Install package manager
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/build-rslib/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
steps:
- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 22.22.2
- shell: bash
name: Install package manager
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/build-rspack/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
steps:
- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 22.22.2
- shell: bash
name: Install package manager
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/build-rspress/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
steps:
- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 22.22.2
- shell: bash
name: Install package manager
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/build-rstest/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
steps:
- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 22.22.2
- shell: bash
name: Install package manager
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/ecosystem_ci_dispatch/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ runs:
client_payload: ${{ inputs.client-payload }}

- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
with:
fetch-depth: 1

Expand Down
8 changes: 4 additions & 4 deletions .github/actions/ecosystem_ci_per_commit/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ runs:
client_payload: ${{ inputs.client-payload }}

- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
with:
fetch-depth: 1

- name: Setup Node.js
if: steps.eco_ci.outcome == 'failure'
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
with:
node-version: 22
node-version: 22.22.2
package-manager-cache: false

- name: Get CI Result
Expand All @@ -92,7 +92,7 @@ runs:
})

- name: Checkout ecosystem-ci repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
with:
repository: rstackjs/rstack-ecosystem-ci
ref: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
if: matrix.suite == 'lynx-stack' || matrix.suite == '_selftest'
uses: actions/setup-node@v4
with:
node-version: 22
node-version: 22.22.2
- name: Setup Rust
if: matrix.suite == 'lynx-stack'
uses: actions-rust-lang/setup-rust-toolchain@v1
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v22
22.22.2
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,28 +26,28 @@
"*": ["biome check . --write"]
},
"dependencies": {
"@actions/cache": "^4.0.1",
"@actions/core": "^1.10.0",
"@actions/cache": "^4.1.0",
"@actions/core": "^1.11.1",
"@manypkg/get-packages": "^2.2.2",
"cac": "^6.7.14",
"execa": "^7.1.1",
"node-fetch": "^3.3.1",
"yaml": "^2.8.1"
"execa": "^7.2.0",
"node-fetch": "^3.3.2",
"yaml": "^2.8.3"
},
"devDependencies": {
"@antfu/ni": "^0.20.0",
"@antfu/ni": "^0.23.2",
"@biomejs/biome": "^1.9.4",
"@types/node": "^24.10.1",
"@types/semver": "^7.3.13",
"bumpp": "^10.3.2",
"nano-staged": "^0.8.0",
"semver": "^7.3.8",
"simple-git-hooks": "^2.8.1",
"tsx": "^4.19.2",
"@types/node": "^24.12.0",
"@types/semver": "^7.7.1",
"bumpp": "^10.4.1",
"nano-staged": "^0.9.0",
"semver": "^7.7.4",
"simple-git-hooks": "^2.13.1",
"tsx": "^4.21.0",
"typescript": "^4.9.5",
"verdaccio": "^6.1.5"
"verdaccio": "^6.3.2"
},
"packageManager": "pnpm@10.19.0",
"packageManager": "pnpm@10.33.0",
"engines": {
"node": ">=22"
}
Expand Down
Loading
Loading