Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
leonitousconforti committed Oct 15, 2024
1 parent 2cd412c commit 000ae6e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 15 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/lab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,6 @@ jobs:
with:
node-version: 18.x

# TODO: can we get rid of this once examples build against docker 26?
- name: Check Docker Version
run: docker --version
- name: Install Latest Docker
run: |
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
sudo apt-get update
sudo apt-get install docker-ce
- name: Check Docker Version
run: docker --version

- uses: pnpm/action-setup@v4
- run: pnpm install
- run: pnpm check
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
with:
node-version: 18.x

# TODO: can we get rid of this once examples build against docker 26?
- name: Check Docker Version
run: docker --version
- name: Install Latest Docker
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
with:
node-version: "18.x"

# TODO: can we get rid of this once examples build against docker 26?
- name: Check Docker Version
run: docker --version
- name: Install Latest Docker
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
node-version: "18.x"
registry-url: "https://registry.npmjs.org/"

# TODO: can we get rid of this once examples build against docker 26?
- name: Check Docker Version
run: docker --version
- name: Install Latest Docker
Expand Down

0 comments on commit 000ae6e

Please sign in to comment.