tool-versions: update to node 16

This is needed for the String.replaceAll() method.
This commit is contained in:
David Lechner
2022-02-22 12:32:20 -06:00
parent 2f857acbb7
commit 109e65b54f
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '16.x'
- uses: actions/checkout@v2
- run: yarn install
- run: yarn coverage
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
echo "REACT_APP_SUFFIX=-beta" >> $GITHUB_ENV
- uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '16.x'
- uses: actions/checkout@v2
- run: yarn install
- run: yarn coverage
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '16.x'
- uses: actions/checkout@v2
- run: yarn install
- run: |