Skip to content

Commit b3a76fb

Browse files
committed
update ci workflow file
1 parent bdcc9d7 commit b3a76fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
matrix:
1717
node-version: ["18.x", "20.x", "21.x"]
1818
steps:
19-
- uses: actions/checkout@v4.1.1
20-
- uses: actions/setup-node@v4.0.0
19+
- uses: actions/checkout@v5.0.0
20+
- uses: actions/setup-node@v5.0.0
2121
with:
2222
node-version: ${{matrix.node-version}}
23-
- uses: actions/cache@v3.3.2
23+
- uses: actions/cache@v4.2.4
2424
with:
2525
path: |
2626
node_modules

0 commit comments

Comments
 (0)