We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5748c69 commit 3d28d32Copy full SHA for 3d28d32
1 file changed
.github/workflows/push_deploy.yml
@@ -9,7 +9,7 @@ jobs:
9
- uses: actions/checkout@master
10
- uses: actions/setup-node@v1
11
with:
12
- node-version: 16.14.2
+ node-version: 20.18.1
13
- name: Cache node_modules
14
id: cache-modules
15
uses: actions/cache@v3
@@ -40,7 +40,7 @@ jobs:
40
41
42
43
44
- uses: actions/cache@v1
45
46
@@ -66,7 +66,7 @@ jobs:
66
67
68
69
70
71
72
0 commit comments