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 07c7f24 commit 4098215Copy full SHA for 4098215
.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-latest-arm
+ runs-on: ubuntu-24.04-arm
15
steps:
16
- uses: actions/checkout@v4
17
- name: Setup node@23
.github/workflows/publish.yml
@@ -15,7 +15,7 @@ on:
publish:
name: Publish
18
19
permissions:
20
contents: read
21
id-token: write
.github/workflows/test.yml
NODE_OPTIONS: --max_old_space_size=102400
test:
0 commit comments