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 ea47ec9 commit 1eece15Copy full SHA for 1eece15
.github/workflows/upload-assets-to-gcp.yml
@@ -16,11 +16,11 @@ jobs:
16
- name: Checkout Repository
17
uses: actions/checkout@master
18
- name: Setup Node.js
19
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v4
20
with:
21
node-version: '18.19.0'
22
- name: Cache Node.js Modules
23
- uses: actions/cache@v2
+ uses: actions/cache@v4
24
25
path: ~/.npm
26
key: npm-${{ hashFiles('package-lock.json') }}
0 commit comments