Skip to content

Commit 8ebb1c3

Browse files
authored
Merge pull request #301 from technologiestiftung/staging
ci: update permissions and Supabase CLI version in tests workflow
2 parents 11a23a7 + c1b644d commit 8ebb1c3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
# TODO: adjust ci workflow to use new testing setup (vercel and supabase)
55
name: Node.js CI
6+
permissions:
7+
contents: write
8+
packages: write
69
env:
710
CI: "true"
811
NODE_ENV: "test"
@@ -40,7 +43,7 @@ jobs:
4043
node-version-file: ".nvmrc"
4144
- uses: supabase/setup-cli@v1
4245
with:
43-
version: 1.142.2
46+
version: 2.20.3
4447
- run: supabase start
4548
- run: npm ci
4649
- run: npm run build --if-present

0 commit comments

Comments
 (0)