We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02c6738 + 5f254e9 commit c8bff7fCopy full SHA for c8bff7f
1 file changed
.github/workflows/main.yml
@@ -19,7 +19,7 @@ jobs:
19
node-version: ${{ matrix.node-version }}
20
21
- name: Cache node modules
22
- uses: actions/cache@v2
+ uses: actions/cache@v3
23
with:
24
# npm cache files are stored in `~/.npm` on Linux/macOS
25
path: '**/node_modules'
0 commit comments