Skip to content

Commit fb0a486

Browse files
committed
use node 20
Signed-off-by: Rajat Jindal <[email protected]>
1 parent 2fe4aa8 commit fb0a486

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/pr-check-dist.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,13 @@ jobs:
1414

1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: 19
17+
node-version: 20
1818

1919
- name: npm install
2020
run: npm install
2121

2222
- name: npm run build
2323
run: npm run package
24-
env:
25-
NODE_OPTIONS: --openssl-legacy-provider
2624

2725
- name: ensure dist is up to date
2826
run: git diff --exit-code

0 commit comments

Comments
 (0)