Skip to content

Commit

Permalink
refactor: use yarn workspaces (QwikDev#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat authored Apr 29, 2022
1 parent 4ea8f09 commit d71c5c1
Show file tree
Hide file tree
Showing 396 changed files with 11,357 additions and 10,335 deletions.
5 changes: 3 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.12.0-buster
FROM node:17.9.0-buster

ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
Expand Down Expand Up @@ -27,4 +27,5 @@ RUN set -eux; \
rustup update; \
rustup target add wasm32-unknown-unknown; \
cargo install cargo-insta; \
rustup component add clippy;
rustup component add clippy; \
corepack enable
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ integration/todo/output
integration/*.js
integration/*.cjs
integration/*.map
src/napi/package-*
packages/qwik/src/napi/package-*
target
*.node
todo-express/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
optimizer: ${{ steps.filter.outputs.optimizer }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: dorny/paths-filter@v2
id: filter
with:
Expand All @@ -25,7 +25,7 @@ jobs:
if: ${{ needs.changes.outputs.optimizer == 'true' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Cache
uses: actions/cache@v1
Expand Down
Loading

0 comments on commit d71c5c1

Please sign in to comment.