We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18f1c75 commit 170bbefCopy full SHA for 170bbef
.github/workflows/check.yml
@@ -11,7 +11,7 @@ env:
11
NODE_OPTIONS: --max_old_space_size=10240
12
jobs:
13
check:
14
- runs-on: ubuntu-24.04-arm
+ runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v4
17
- name: Setup node@22
.github/workflows/publish.yml
@@ -17,7 +17,7 @@ on:
18
publish:
19
name: Publish
20
21
permissions:
22
contents: read
23
id-token: write
.github/workflows/test.yml
NODE_OPTIONS: --max_old_space_size=102400
test:
0 commit comments