Skip to content

Commit e39ccee

Browse files
authored
Merge pull request #287 from tgodzik/fix-ci
chore: Fix CI job
2 parents 5537283 + 7d7ce4f commit e39ccee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
node-version: '14'
2020
- name: Cache Node.js modules
21-
uses: actions/cache@v2
21+
uses: actions/cache@v4
2222
with:
2323
path: "**/node_modules"
2424
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)