Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup oxide — Part #1 #13304

Merged
merged 6 commits into from
Mar 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 0 additions & 4 deletions .github/workflows/ci-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Use the `stable` engine
run: |
node ./scripts/swap-engines.js

- name: Cache node_modules
uses: actions/cache@v3
with:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Use the `stable` engine
run: |
node ./scripts/swap-engines.js

- name: Cache node_modules
uses: actions/cache@v3
with:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'

- name: Use the `stable` engine
run: |
node ./scripts/swap-engines.js

- name: Cache node_modules (tailwindcss)
uses: actions/cache@v3
with:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ jobs:
node-version: ${{ matrix.node-version }}
registry-url: 'https://registry.npmjs.org'

- name: Use the `stable` engine
run: |
node ./scripts/swap-engines.js

- name: Install dependencies
run: npm install

Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/release-insiders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ jobs:
node-version: ${{ env.NODE_VERSION }}
registry-url: 'https://registry.npmjs.org'

- name: Use the `stable` engine
run: |
node ./scripts/swap-engines.js

- name: Cache node_modules
uses: actions/cache@v3
with:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ jobs:
registry-url: 'https://registry.npmjs.org'
cache: 'npm'

- name: Use the `stable` engine
run: |
node ./scripts/swap-engines.js

- name: Install dependencies
run: npm install

Expand Down
1 change: 0 additions & 1 deletion oxide/.gitignore

This file was deleted.

Loading
Loading