tool-versions: update to node 18

Node 16 reaches end of life in about 6 months so we might as well
update to 18 now since it seems to be working.
This commit is contained in:
David Lechner
2023-03-10 18:16:27 -06:00
committed by David Lechner
parent 2f5d11b648
commit 38dc8d984d
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '18.x'
- uses: actions/checkout@v3
- 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@v3
with:
node-version: '16.x'
node-version: '18.x'
- uses: actions/checkout@v3
- run: yarn install
- run: yarn coverage
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '18.x'
- uses: actions/checkout@v3
- run: yarn install
- run: |