Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
node-version: 24.16.0
- uses: bahmutov/npm-install@v1
- uses: rharkor/caching-for-turbo@v2.4.2
- uses: rharkor/caching-for-turbo@v2.5.0
- name: Build
run: yarn build

Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
node-version: 24.16.0
- uses: bahmutov/npm-install@v1
# we need to upgrade to Node16 module resolution so TSC can use package.json#exports
- uses: rharkor/caching-for-turbo@v2.4.2
- uses: rharkor/caching-for-turbo@v2.5.0
- name: Build
run: yarn build
- name: TypeScript
Expand All @@ -72,7 +72,7 @@ jobs:
with:
node-version: 24.16.0
- uses: bahmutov/npm-install@v1
- uses: rharkor/caching-for-turbo@v2.4.2
- uses: rharkor/caching-for-turbo@v2.5.0
- name: Build
run: yarn build
# playwright needs to be re-enabled when we're including in-app tests in ci
Expand All @@ -91,7 +91,7 @@ jobs:
with:
node-version: 24.16.0
- uses: bahmutov/npm-install@v1
- uses: rharkor/caching-for-turbo@v2.4.2
- uses: rharkor/caching-for-turbo@v2.5.0
- name: Build
run: yarn build
- name: publish preview release
Expand Down
Loading