Merge branch 'main' into update-download-action

This commit is contained in:
Konrad Pabjan 2023-01-05 18:01:20 -05:00 committed by GitHub
commit 00e3cf790d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 16574 additions and 23536 deletions

View file

@ -23,12 +23,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set Node.js 12.x
uses: actions/setup-node@v1
- name: Setup Node 16
uses: actions/setup-node@v3
with:
node-version: 12.x
node-version: 16.x
cache: 'npm'
- name: Install dependencies
run: npm ci
@ -36,15 +37,15 @@ jobs:
- name: Compile
run: npm run build
- name: npm test
run: npm test
- name: Lint
run: npm run lint
- name: Format
run: npm run format-check
- name: Test
run: npm run test
# Test end-to-end by uploading two artifacts and then downloading them
- name: Create artifact files
run: |