Skip to content

Commit 180656b

Browse files
committed
fix: wip
1 parent 1011188 commit 180656b

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

.github/actions/setup/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ runs:
77
- name: Install pnpm
88
uses: pnpm/action-setup@v3
99
- name: Install node
10-
uses: actions/setup-node@v4
10+
uses: actions/setup-node@v5
1111
with:
1212
cache: pnpm
13-
node-version: 24.12.0
1413
- name: Install dependencies
1514
shell: bash
1615
run: pnpm install

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ concurrency:
1111
group: ${{ github.workflow }}-${{ github.ref }}
1212
cancel-in-progress: true
1313

14-
env:
15-
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
16-
1714
jobs:
1815
build:
1916
name: Build
@@ -24,7 +21,7 @@ jobs:
2421
id-token: write # Required for provenance and trusted publishing
2522
packages: write
2623
steps:
27-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v5
2825
with:
2926
fetch-depth: 0
3027

0 commit comments

Comments
 (0)