Skip to content

Commit 00a4102

Browse files
committed
asdf
1 parent 940d429 commit 00a4102

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test and publish.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ 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+
options: --user 1001
1215
steps:
1316
- uses: actions/checkout@v4
14-
- uses: actions/setup-node@v4
15-
with:
16-
node-version: 16.9.1
17-
- run: npm run setup
17+
- run: npm ci
1818
- run: npm run check
1919
- name: upload compiled code
2020
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)