Skip to content

Commit f10c2ee

Browse files
committed
Fixed CI
1 parent 06c9e9e commit f10c2ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
node-version: 10.x
4343

44-
- uses: actions/cache@v5
44+
- uses: actions/cache@v4
4545
id: cache-node
4646
with:
4747
path: node_modules
@@ -85,7 +85,7 @@ jobs:
8585
node-version: 10.x
8686
registry-url: https://registry.npmjs.org
8787

88-
- uses: actions/cache@v5
88+
- uses: actions/cache@v4
8989
id: cache-node
9090
with:
9191
path: node_modules

0 commit comments

Comments
 (0)