We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b094848 commit 21db058Copy full SHA for 21db058
.github/workflows/cd.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Use Node.js
32
uses: actions/setup-node@v2
33
with:
34
- node-version: "18"
+ node-version: "20"
35
- name: Install dependencies
36
working-directory: apps/web
37
run: npm ci
@@ -54,7 +54,7 @@ jobs:
54
55
56
57
58
- name: Configure AWS credentials
59
uses: aws-actions/configure-aws-credentials@v3
60
.github/workflows/pr.yml
@@ -23,7 +23,7 @@ jobs:
23
24
25
26
27
28
29
0 commit comments