Skip to content

Commit 2e71d39

Browse files
authored
Merge branch 'master' into copyright
2 parents e8a5a39 + b425681 commit 2e71d39

File tree

2 files changed

+55
-48
lines changed

2 files changed

+55
-48
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: Setup Node.js
20-
uses: actions/setup-node@v4
20+
uses: actions/setup-node@v5
2121
with:
2222
node-version: 22
2323
registry-url: https://registry.npmjs.org/
@@ -54,7 +54,7 @@ jobs:
5454
uses: actions/checkout@v4
5555

5656
- name: Setup Node.js
57-
uses: actions/setup-node@v4
57+
uses: actions/setup-node@v5
5858
with:
5959
node-version: ${{ matrix.node }}
6060
registry-url: https://registry.npmjs.org/
@@ -67,7 +67,7 @@ jobs:
6767
run: npm ci
6868

6969
- name: Download build artifact
70-
uses: actions/download-artifact@v4
70+
uses: actions/download-artifact@v5
7171
with:
7272
name: package
7373
path: .
@@ -92,7 +92,7 @@ jobs:
9292
uses: actions/checkout@v4
9393

9494
- name: Setup Node.js
95-
uses: actions/setup-node@v4
95+
uses: actions/setup-node@v5
9696
with:
9797
node-version: 22
9898
registry-url: https://registry.npmjs.org/
@@ -105,7 +105,7 @@ jobs:
105105
run: npm ci
106106

107107
- name: Download build artifact
108-
uses: actions/download-artifact@v4
108+
uses: actions/download-artifact@v5
109109
with:
110110
name: package
111111
path: ./package

package-lock.json

Lines changed: 50 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)