We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87dc610 commit 443349fCopy full SHA for 443349f
3 files changed
.github/workflows/deploy.yml
@@ -5,7 +5,7 @@ on:
5
- main
6
jobs:
7
deploy:
8
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
9
steps:
10
- uses: actions/checkout@v2
11
.github/workflows/main.yml
@@ -2,13 +2,12 @@ name: CI
2
on: [push, pull_request]
3
4
build:
- name: Build, lint, and test on Node ${{ matrix.node }} and ${{ matrix.os }}
+ name: Build, lint, and test on Node ${{ matrix.node }}
- runs-on: ${{ matrix.os }}
strategy:
matrix:
node: ['16.x', '18.x']
- os: [ubuntu-20.04]
12
13
14
- name: Checkout repo
.github/workflows/size.yml
@@ -2,7 +2,7 @@ name: Size
on: [pull_request]
size:
- runs-on: ubuntu-latest
env:
CI_JOB_NUMBER: 1
0 commit comments