Skip to content

Commit 8bb61cc

Browse files
chore(deps): update external major
1 parent bec40fd commit 8bb61cc

File tree

4 files changed

+6561
-6365
lines changed

4 files changed

+6561
-6365
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout source code
10-
uses: actions/checkout@v2
10+
uses: actions/checkout@v5
1111
- name: Setup Node.js
12-
uses: actions/setup-node@v1
12+
uses: actions/setup-node@v6
1313
with:
14-
node-version: '12'
14+
node-version: '22'
1515
- name: Install dependencies
1616
run: npm ci
1717
- name: Build the project
@@ -24,9 +24,9 @@ jobs:
2424
with:
2525
repo-token: ${{ secrets.GITHUB_TOKEN }}
2626
- name: Upload code coverage report to workflow as an artifact
27-
uses: actions/upload-artifact@v2
27+
uses: actions/upload-artifact@v5
2828
with:
2929
name: base-coverage.zip
3030
path: coverage
3131
- name: Upload code coverage report to codecov.io and comment in pull request
32-
uses: codecov/codecov-action@v1
32+
uses: codecov/codecov-action@v5

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout source code
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v5
1313
with:
1414
fetch-depth: 0
1515
- name: Setup Node.js
16-
uses: actions/setup-node@v2
16+
uses: actions/setup-node@v6
1717
with:
18-
node-version: 12
18+
node-version: 22
1919
- name: Install dependencies
2020
run: npm ci
2121
- name: Build the project

0 commit comments

Comments
 (0)