1
1
mirror of https://github.com/primer/css.git synced 2024-11-29 14:14:26 +03:00

Updating workflows for node 14.

This commit is contained in:
Jon Rohan 2021-04-08 10:21:21 -07:00
parent dfce0274fe
commit c07b8a9df7
No known key found for this signature in database
GPG Key ID: B0BBE304A9A0AECB
5 changed files with 7 additions and 7 deletions

View File

@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 12
node-version: 14
- run: yarn
- run: yarn dist
- name: Reporting bundle sizes

View File

@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 12
node-version: 14
- run: yarn
- run: yarn dist
- name: Lint source files
@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 12
node-version: 14
- run: yarn
- name: Lint workflow files
run: yarn eslint
@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 12
node-version: 14
- run: yarn
- name: Jest
run: yarn test

View File

@ -20,7 +20,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 12.x
node-version: 14.x
- name: Install dependencies
run: yarn

View File

@ -33,7 +33,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 12.x
node-version: 14.x
- name: Install dependencies
run: yarn

View File

@ -20,7 +20,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 12.x
node-version: 14.x
- name: Install dependencies
run: yarn