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 35a88ee commit 40f94e6Copy full SHA for 40f94e6
.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@v3
+ uses: actions/cache@v4
27
28
# npm cache files are stored in `~/.npm` on Linux/macOS
29
path: ~/.npm
0 commit comments