|
|
@ -6,11 +6,11 @@ jobs: |
|
|
|
quality: |
|
|
|
quality: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
- name: Install Node.js 18 |
|
|
|
- name: Install Node.js 18 |
|
|
|
uses: actions/setup-node@v2 |
|
|
|
uses: actions/setup-node@v3 |
|
|
|
with: |
|
|
|
with: |
|
|
|
node-version: 18.x |
|
|
|
node-version: 18 |
|
|
|
cache: 'npm' |
|
|
|
cache: 'npm' |
|
|
|
- run: npm ci |
|
|
|
- run: npm ci |
|
|
|
- run: npm run lint |
|
|
|
- run: npm run lint |
|
|
@ -20,11 +20,11 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
runs-on: ubuntu-latest |
|
|
|
strategy: |
|
|
|
strategy: |
|
|
|
matrix: |
|
|
|
matrix: |
|
|
|
node-version: [16.x, 18.x] |
|
|
|
node-version: [16, 18] |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
- name: Install Node.js ${{ matrix.node-version }} |
|
|
|
- name: Install Node.js ${{ matrix.node-version }} |
|
|
|
uses: actions/setup-node@v2 |
|
|
|
uses: actions/setup-node@v3 |
|
|
|
with: |
|
|
|
with: |
|
|
|
node-version: ${{ matrix.node-version }} |
|
|
|
node-version: ${{ matrix.node-version }} |
|
|
|
cache: 'npm' |
|
|
|
cache: 'npm' |
|
|
@ -35,11 +35,11 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
|
|
|
|
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
- name: Install Node.js 18 |
|
|
|
- name: Install Node.js 18 |
|
|
|
uses: actions/setup-node@v2 |
|
|
|
uses: actions/setup-node@v3 |
|
|
|
with: |
|
|
|
with: |
|
|
|
node-version: 18.x |
|
|
|
node-version: 18 |
|
|
|
cache: 'npm' |
|
|
|
cache: 'npm' |
|
|
|
- name: Install Chrome Stable |
|
|
|
- name: Install Chrome Stable |
|
|
|
uses: browser-actions/setup-chrome@latest |
|
|
|
uses: browser-actions/setup-chrome@latest |
|
|
@ -50,11 +50,11 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
|
|
|
|
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
- name: Install Node.js 18 |
|
|
|
- name: Install Node.js 18 |
|
|
|
uses: actions/setup-node@v2 |
|
|
|
uses: actions/setup-node@v3 |
|
|
|
with: |
|
|
|
with: |
|
|
|
node-version: 18.x |
|
|
|
node-version: 18 |
|
|
|
cache: 'npm' |
|
|
|
cache: 'npm' |
|
|
|
- run: npm ci |
|
|
|
- run: npm ci |
|
|
|
- run: npm run test:react-native |
|
|
|
- run: npm run test:react-native |
|
|
|