mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-07-28 04:08:05 +00:00
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:
committed by
David Lechner
parent
2f5d11b648
commit
38dc8d984d
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user