We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea3c00f commit 0d3407dCopy full SHA for 0d3407d
.github/workflows/build.yaml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
node-version: ${{ matrix.node-version }}
25
- name: Cache Node.js modules
26
- uses: actions/cache@v2
+ uses: actions/cache@v3
27
28
# npm cache files are stored in `~/.npm` on Linux/macOS
29
path: ~/.npm
0 commit comments