We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbf80f1 commit 4a51180Copy full SHA for 4a51180
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: actions/checkout@v3
15
- uses: actions/setup-node@v3
16
with:
17
- node-version: '18'
+ node-version: '20'
18
- name: Install packages
19
run: yarn install --frozen-lockfile
20
- name: TypeScript compiler checks
.github/workflows/codeql-analysis.yml
@@ -39,7 +39,7 @@ jobs:
39
40
41
42
43
44
# Initializes the CodeQL tools for scanning.
45
- name: Initialize CodeQL
.github/workflows/workflow.yml
@@ -12,7 +12,7 @@ jobs:
12
13
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2
0 commit comments