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 41311a2 commit 420ea3fCopy full SHA for 420ea3f
.github/workflows/pr-build.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
build:
11
- runs-on: aws-cdk_ubuntu-latest_16-core
+ runs-on: aws-cdk_ubuntu-latest_32-core
12
13
env:
14
PR_BUILD: true
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/checkout@v4
19
20
- name: Setup Node.js
21
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
22
with:
23
node-version: "18"
24
cache: "yarn"
@@ -31,7 +31,7 @@ jobs:
31
# run: /root/ecr-proxy/start.sh
32
33
- name: Cache build artifacts
34
- uses: actions/cache@v3
+ uses: actions/cache@v4
35
36
path: |
37
~/.s3buildcache
0 commit comments