Merge branch 'master' into dependabot/github_actions/fastify/github-action-merge-dependabot-3.0.2

This commit is contained in:
Bret Comnes
2022-02-08 11:18:35 -08:00
committed by GitHub
9 changed files with 12440 additions and 12382 deletions

View File

@@ -15,7 +15,7 @@ jobs:
# Set up any tools and build steps here
# This example uses a Node.js toolchain to build a site
- name: Use Node.js
uses: actions/setup-node@v2.5.0
uses: actions/setup-node@v2.5.1
with:
node-version: 15
- run: npm i

View File

@@ -18,7 +18,7 @@ jobs:
with:
# fetch full history so things like auto-changelog work properly
fetch-depth: 0
- uses: actions/setup-node@v2.5.0
- uses: actions/setup-node@v2.5.1
with:
node-version: ${{ env.node_version }}
# setting a registry enables the NODE_AUTH_TOKEN env variable where we can set an npm token. REQUIRED