Skip to content

Commit dd60be9

Browse files
Update publish.yml (#50)
1 parent 020467c commit dd60be9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,11 @@ jobs:
1313

1414
- uses: actions/setup-node@v5
1515
with:
16-
node-version: 21.x
16+
node-version: 24.x
1717
cache: yarn
1818

1919
- name: Build website
2020
run: |
21-
export NODE_OPTIONS=--openssl-legacy-provider
2221
yarn install --frozen-lockfile
2322
yarn build
2423

0 commit comments

Comments
 (0)