Skip to content

Commit 06a8a3d

Browse files
committed
Install devcontainers CLI
1 parent 943f071 commit 06a8a3d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release-pr.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ jobs:
1818
version: ${{github.event.inputs.version}}
1919
steps:
2020
- uses: actions/checkout@v5
21+
- name: Set up Node.js
22+
uses: actions/setup-node@v5
23+
with:
24+
node-version: 20
25+
- name: Install devcontainers CLI
26+
run: npm i -g @devcontainers/cli
2127
- name: Checkout $target_branch
2228
run: git checkout -b $target_branch
2329
- name: Update manifest files

0 commit comments

Comments
 (0)