We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b48f186 + 12cbcd8 commit 6f78a8aCopy full SHA for 6f78a8a
1 file changed
.github/workflows/build_test.yml
@@ -125,7 +125,7 @@ jobs:
125
uses: actions/checkout@v2
126
127
- name: '[Prep 2] Cache node modules'
128
- uses: actions/cache@v2
+ uses: actions/cache@v4
129
with:
130
# npm cache files are stored in `~/.npm` on Linux/macOS
131
path: |
@@ -136,7 +136,7 @@ jobs:
136
restore-keys: |
137
${{ runner.os }}-build-cache-node-modules-
138
- name: '[Prep 3] Setup Node'
139
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v4
140
141
node-version: 16.15.0
142
0 commit comments