Skip to content

Commit b517a3e

Browse files
committed
⬆️ update dependencies and add CI
1 parent b202294 commit b517a3e

File tree

5 files changed

+39
-17941
lines changed

5 files changed

+39
-17941
lines changed

.github/workflows/test.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: 'test'
2+
3+
on: [pull_request, push]
4+
5+
permissions:
6+
contents: read
7+
8+
jobs:
9+
test:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v3
13+
- uses: ljharb/actions/node/install@main
14+
name: 'nvm install lts/* && xvfb-run npm install' # npm install runs the test and build scripts
15+
timeout-minutes: 1 # prevent browser hang if test fails
16+
- run: xvfb-run npm run test:browser
17+
timeout-minutes: 1 # prevent browser hang if test fails

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=false

0 commit comments

Comments
 (0)