mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-07-28 04:08:05 +00:00
tool-versions: update to node 16
This is needed for the String.replaceAll() method.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user