Skip to content

Commit 53f6c95

Browse files
authored
chore: beta release (#3815)
* chore: remove leftover yarn.lock files we use npm now * chore: pin node version to 16.14.2 * chore: run tests before releasing * chore: make test-and-publish script only run on TanStack/query
1 parent 1d63564 commit 53f6c95

File tree

5 files changed

+3
-1653
lines changed

5 files changed

+3
-1653
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ concurrency:
55
on: [push]
66
jobs:
77
test-and-publish:
8-
if: github.event_name != 'pull_request'
8+
if: github.repository == 'TanStack/query' && github.event_name != 'pull_request'
99
name: 'Test & Publish'
1010
runs-on: ubuntu-latest
1111
steps:
@@ -14,11 +14,12 @@ jobs:
1414
fetch-depth: '0'
1515
- uses: actions/setup-node@v2
1616
with:
17-
node-version: 16
17+
node-version: 16.14.2
1818
registry-url: https://registry.npmjs.org/
1919
cache: 'npm'
2020
- run: |
2121
npm i
22+
npm run test:ci
2223
git config --global user.name 'Tanner Linsley'
2324
git config --global user.email '[email protected]'
2425
npm run cipublish

packages/query-async-storage-persister/yarn.lock

Lines changed: 0 additions & 25 deletions
This file was deleted.

packages/query-core/yarn.lock

Lines changed: 0 additions & 25 deletions
This file was deleted.

packages/query-sync-storage-persister/yarn.lock

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)