mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-07-27 19:57:11 +00:00
tool-versions: update to node v14
This is in preperation of adding a depedency that requires node >= 14.
This commit is contained in:
@@ -12,7 +12,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '12.x'
|
||||
node-version: '14.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: '12.x'
|
||||
node-version: '14.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: '12.x'
|
||||
node-version: '14.x'
|
||||
- uses: actions/checkout@v2
|
||||
- run: yarn install
|
||||
- run: |
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
nodejs 12.18.3
|
||||
nodejs 14.18.2
|
||||
|
||||
Reference in New Issue
Block a user