mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-15 11:04:49 +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
|
||||
|
||||
Reference in New Issue
Block a user