mirror of
https://github.com/tsl0922/ttyd.git
synced 2026-01-04 18:04:22 +01:00
ci: pin node version to 12.x
This commit is contained in:
8
.github/workflows/frontend.yml
vendored
8
.github/workflows/frontend.yml
vendored
@@ -11,15 +11,11 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-16.04
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [8.x, 10.x, 12.x]
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v1
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
node-version: '12.x'
|
||||
- name: yarn install, check and build
|
||||
run: |
|
||||
cd html
|
||||
|
||||
Reference in New Issue
Block a user