We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c175c84 commit ae8dde1Copy full SHA for ae8dde1
.github/workflows/browser.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v2
14
- uses: actions/setup-node@v1
15
with:
16
- node-version: latest
+ node-version: 22.x
17
- run: npm install && cd example/browser && npm install
18
- run: docker run --name seq -d -p 5341:80 -e ACCEPT_EULA=Y datalust/seq:latest
19
- run: cd example/browser && npm run test:html
0 commit comments