update testing workflow

This commit is contained in:
Sparticuz 2023-01-13 14:01:41 -05:00
parent 24ff717fe7
commit 0a26693b5f
1 changed files with 4 additions and 1 deletions

View File

@ -20,7 +20,10 @@ jobs:
node-version: 18.x
- name: Install Packages
run: npm install
run: npm ci
- name: Compile Typescript
run: npm run build
- name: Create Lambda Layer
run: make chromium.zip