diff --git a/.github/workflows/container_demo.yml b/.github/workflows/container_demo.yml index 548c5af..ad6561f 100644 --- a/.github/workflows/container_demo.yml +++ b/.github/workflows/container_demo.yml @@ -4,7 +4,7 @@ on: [push] jobs: ContainerAction: runs-on: ubuntu-latest - container: node:18 + #container: node:18 steps: - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"