From 545b0e8b4f77fc79d58348364c95df299e87ea44 Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Sat, 19 Nov 2022 16:31:39 -0300 Subject: [PATCH] Fix devcontainer cli installation --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 2286e1743..b194f3ddd 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -14,7 +14,7 @@ jobs: with: node-version: 16.x - name: Install devcontainer cli - run: npm install --global @devcontainer/cli + run: npm install --global @devcontainers/cli - name: Ensure devcontainer builds run: devcontainer build --workspace-folder .