Skip to content

Commit bd72826

Browse files
author
Elad Ben-Israel
committed
chore: upgrade projen
1 parent 1e1939e commit bd72826

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v2
10-
- run: npx projen@0.1.16
10+
- run: npx projen@0.1.17
1111
- run: yarn install --frozen-lockfile
1212
- run: yarn build

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
12-
- run: npx projen@0.1.16
12+
- run: npx projen@0.1.17
1313
- run: yarn install --frozen-lockfile
1414
- run: yarn build
1515
- name: Upload artifact

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4400,10 +4400,10 @@ progress@^2.0.0:
44004400
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
44014401
integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==
44024402

4403-
projen@^0.1.16:
4404-
version "0.1.16"
4405-
resolved "https://registry.yarnpkg.com/projen/-/projen-0.1.16.tgz#93a13edc921b6e9852465befb4ca8b324f4f881c"
4406-
integrity sha512-aRe3jMZjEaHXWMyMriYYTmIG+/8Q+K4sc77vyO/34x7zIRu28rD7LnFF+14WLlftr/4Engf7m4UwHXj/m+fZ6w==
4403+
projen@^0.1.17:
4404+
version "0.1.17"
4405+
resolved "https://registry.yarnpkg.com/projen/-/projen-0.1.17.tgz#dc937b4c43a35c77f3659d988c620d179c749b49"
4406+
integrity sha512-OFR0wOzazakZWX8Hy+9ySfYen2L/4QQ/OsUoh51UY88VU/lojvXqmDqo4mElVJT2irGwyseu4ct1KcwrU4uoxw==
44074407
dependencies:
44084408
constructs "2.0.1"
44094409
yaml "^1.9.2"

0 commit comments

Comments
 (0)