Skip to content

Commit

Permalink
Merge branch 'v1.x' into kevin/next-14-support
Browse files Browse the repository at this point in the history
  • Loading branch information
kmjennison authored Nov 5, 2023
2 parents f72ac5c + 761e502 commit 9d02fb2
Show file tree
Hide file tree
Showing 6 changed files with 2,821 additions and 3,649 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Set up node
uses: actions/setup-node@v1
with:
node-version: 18.x
node-version: 20.x
- name: Install dependencies
run: yarn install
# Build before running unit tests so that built types are updated before
Expand All @@ -21,7 +21,9 @@ jobs:
run: yarn test # generates coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
- name: Check bundle sizes
run: yarn run bundlesize:no-build
env:
BUNDLESIZE_GITHUB_TOKEN: ${{ secrets.BUNDLESIZE_GITHUB_TOKEN }}
# Disabling bundlesize for now because of:
# https://github.com/siddharthkp/bundlesize/pull/370
# - name: Check bundle sizes
# run: yarn run bundlesize:no-build
# env:
# BUNDLESIZE_GITHUB_TOKEN: ${{ secrets.BUNDLESIZE_GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 18.x
node-version: 20.x
registry-url: https://registry.npmjs.org/
- run: yarn install
- run: yarn test
Expand Down
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"firebase-admin": "^11.9.0",
"next": "13.4.9",
"next-absolute-url": "^1.2.2",
"next-firebase-auth": "^1.0.0-beta.0",
"next-firebase-auth": "1.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-firebaseui": "^6.0.0"
Expand All @@ -25,4 +25,4 @@
"eslint-config-next": "^13.4.9",
"typescript": "^5.1.6"
}
}
}
Loading

0 comments on commit 9d02fb2

Please sign in to comment.