feat(node): Upgraded to 16.15.1 (#154)

This commit is contained in:
Techno Tim
2022-06-25 13:53:56 -05:00
committed by GitHub
parent 0fec3a92ae
commit 780b5d991c
5 changed files with 175 additions and 171 deletions

View File

@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [v16.15.0]
node-version: [v16.15.1]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}

View File

@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [v16.15.0]
node-version: [v16.15.1]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}