Bump googleapis from 91.0.0 to 92.0.0 #256

Merged
dependabot[bot] merged 2 commits from dependabot/npm_and_yarn/googleapis-92.0.0 into main 2021-11-30 11:40:52 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit ea096fc0a4 - Show all commits

View File

@@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2.4.1
uses: actions/setup-node@v2.5.0
with:
node-version: ${{ matrix.node-version }}

View File

@@ -32,7 +32,7 @@ jobs:
- name: Checkout
uses: actions/checkout@master
- name: Npm and Node Setup
uses: actions/setup-node@v2.4.1
uses: actions/setup-node@v2.5.0
with:
node-version: 16.x
registry-url: https://registry.npmjs.org/

View File

@@ -13,7 +13,7 @@ jobs:
if: ${{ github.actor }} == ${{ github.repository_owner }} && (contains('tag', ${{ github.ref }}) && contains('v', ${{ github.ref }}) || contains('V', ${{ github.ref }}))
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v2.4.1
- uses: actions/setup-node@v2.5.0
with:
node-version: 16.x
registry-url: https://registry.npmjs.org/