Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/react-dom-and-types/…
Browse files Browse the repository at this point in the history
…react-dom-18.2.0
  • Loading branch information
github-actions[bot] authored Jul 6, 2022
2 parents 2641d05 + b3e7423 commit 0a06918
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
registry-url: 'https://registry.npmjs.org'
node-version: '16'
- name: Restore bazel cache
uses: actions/[email protected]
Expand All @@ -86,12 +87,11 @@ jobs:
- name: Deploy
# Use npx to try to generate only
# bazel generated node_modules
run: |
echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}'> .npmrc
bazelisk run //deploy:deploy
run: bazelisk run //deploy:deploy
shell: bash
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2823,9 +2823,9 @@ domutils@^2.8.0:
domhandler "^4.2.0"

electron-to-chromium@^1.4.172:
version "1.4.178"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.178.tgz#3dae6fda486007bb54bbfed420ebd40881a3de45"
integrity sha512-aWuhJXkwIdoQzGR8p2QvR3N0OzdUKZSP8+P/hzuMzNQIPZoEa8HiCGM75bQBHjyz+eKT5PB9dVCzkK/tyQ4B5Q==
version "1.4.180"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.180.tgz#380b06037836055d12c7de181ee90b8ed911c3e7"
integrity sha512-7at5ash3FD9U5gPa3/wPr6OdiZd/zBjvDZaaHBpcqFOFUhZiWnb7stkqk8xUFL9H9nk7Yok5vCCNK8wyC/+f8A==

emittery@^0.8.1:
version "0.8.1"
Expand Down

0 comments on commit 0a06918

Please sign in to comment.