We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eb0011 commit 06956afCopy full SHA for 06956af
.github/workflows/check.yml
@@ -9,6 +9,8 @@ on:
9
- "**"
10
env:
11
NODE_OPTIONS: --max_old_space_size=10240
12
+permissions:
13
+ contents: read
14
jobs:
15
check:
16
runs-on: ubuntu-24.04-arm
.github/workflows/test.yml
@@ -10,6 +10,8 @@ on:
NODE_OPTIONS: --max_old_space_size=102400
test:
17
0 commit comments