Skip to content

Commit f06fcc7

Browse files
authored
update to biscuit-auth 6.0.0-beta.3 (#51)
1 parent 6d1da99 commit f06fcc7

File tree

20 files changed

+1034
-432
lines changed

20 files changed

+1034
-432
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ name: CI
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [main]
66
pull_request:
7-
branches: [ main ]
7+
branches: [main]
88

99
jobs:
1010
tests:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [16.x, 18.x, 19.x]
14+
node-version: [18.x, 20.x, 22.x]
1515

1616
steps:
1717
- uses: actions/checkout@v3
@@ -54,4 +54,4 @@ jobs:
5454
run: |
5555
cd examples/frontend
5656
npm install
57-
npm run build
57+
npm run build

0 commit comments

Comments
 (0)