Skip to content

Commit 2a72b97

Browse files
committed
Actions: Fix end to end tests
1 parent 7c9296b commit 2a72b97

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ on:
55
- cron: 0 0 * * * # Run every day at midnight
66
workflow_dispatch: {}
77

8-
permissions: read-all
8+
permissions:
9+
contents: read
10+
actions: read
11+
checks: write
912

1013
jobs:
1114
native-tests:
@@ -44,7 +47,7 @@ jobs:
4447
- name: Setup Node
4548
uses: actions/setup-node@v4
4649
with:
47-
node-version: 18
50+
node-version: 22
4851

4952
- name: Setup pnpm
5053
uses: pnpm/action-setup@v4

0 commit comments

Comments
 (0)