We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0310015 commit c0a6455Copy full SHA for c0a6455
.github/workflows/test and publish.yaml
@@ -9,12 +9,12 @@ permissions:
9
jobs:
10
build-and-test:
11
runs-on: ubuntu-latest
12
+ container:
13
+ image: mcr.microsoft.com/playwright:v1.43.1
14
+ options: --user 1001
15
steps:
16
- uses: actions/checkout@v4
- - uses: actions/setup-node@v4
- with:
- node-version: 16.9.1
17
- - run: npm run setup
+ - run: npm ci
18
- run: npm run check
19
- name: upload compiled code
20
uses: actions/upload-artifact@v4
0 commit comments