Skip to content

Commit df7820b

Browse files
committed
chore: use Node 24 to run all workflows
1 parent 16fc615 commit df7820b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
fail-fast: false
22-
matrix:
23-
node: [20]
2422

2523
steps:
2624
- name: Retrieve current Date Time in EST
@@ -38,7 +36,7 @@ jobs:
3836
- name: Set NodeJS
3937
uses: actions/setup-node@v4
4038
with:
41-
node-version: ${{ matrix.node }}
39+
node-version: 24
4240

4341
- name: Install pnpm
4442
uses: pnpm/action-setup@v3

0 commit comments

Comments
 (0)