Skip to content

Commit c76b3c5

Browse files
committed
asdf
1 parent 940d429 commit c76b3c5

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/test and publish.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ permissions:
88

99
jobs:
1010
build-and-test:
11-
runs-on: ubuntu-18.04
11+
runs-on: ubuntu-latest
12+
container:
13+
image: mcr.microsoft.com/playwright:v1.43.1
14+
env:
15+
HOME: /root
1216
steps:
1317
- uses: actions/checkout@v4
14-
- uses: actions/setup-node@v4
15-
with:
16-
node-version: 16.9.1
17-
- run: npm run setup
18+
- run: npm ci
1819
- run: npm run check
1920
- name: upload compiled code
2021
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)