Skip to content

Commit e8e829e

Browse files
chore(deps): update github packages
1 parent f20d547 commit e8e829e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout Project
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616
- name: Add problem matcher
1717
run: echo "::add-matcher::.github/problemMatchers/eslint.json"
1818
- name: Use Node.js v19.5.0
1919
uses: actions/setup-node@v6
2020
with:
21-
node-version: 22.20.0
21+
node-version: 24.11.1
2222
cache: yarn
2323
- name: Install Dependencies
2424
run: yarn --immutable
@@ -30,13 +30,13 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: Checkout Project
33-
uses: actions/checkout@v5
33+
uses: actions/checkout@v6
3434
- name: Add problem matcher
3535
run: echo "::add-matcher::.github/problemMatchers/tsc.json"
3636
- name: Use Node.js v19.5.0
3737
uses: actions/setup-node@v6
3838
with:
39-
node-version: 22.20.0
39+
node-version: 24.11.1
4040
cache: yarn
4141
- name: Install Dependencies
4242
run: yarn --immutable

0 commit comments

Comments
 (0)