Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Machy8 committed Apr 11, 2024
1 parent 74ab029 commit 2e0f1cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: pnpm

- name: Install packages
Expand All @@ -87,7 +87,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: pnpm

- name: Install packages
Expand All @@ -97,4 +97,4 @@ jobs:
run: pnpm build

- name: Jest tests
run: pnpm jest:test
run: pnpm stylify:test && pnpm bundler:test
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
link-workspace-packages = true
engine-strict = true

0 comments on commit 2e0f1cf

Please sign in to comment.