Skip to content

Commit 0699143

Browse files
Carlos Gomezfacebook-github-bot
Carlos Gomez
authored andcommitted
update node version used in build and deploy workflow
Summary: Use node version 20 to fix IDB website failing to deploy on `yarn install` step: ``` error [email protected]: The engine "node" is incompatible with this module. Expected version ">=20". Got "16.14.0" ``` https://github.com/facebook/idb/actions/runs/13181600959/job/36793530892 Differential Revision: D69246989 fbshipit-source-id: e8c1f85bfe6cd00ec8650c8414420d1dc85c211b
1 parent 0be091c commit 0699143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/[email protected]
1111
- uses: actions/setup-node@v4
1212
with:
13-
node-version: 16.14.0
13+
node-version: 20
1414
- name: Deploying to GitHub Pages
1515
run: |
1616
git config --global user.email "[email protected]"

0 commit comments

Comments
 (0)