Skip to content

Commit

Permalink
feat: Build with node 20 instead of node 18.
Browse files Browse the repository at this point in the history
edx-platform is already testing with node 20 so switch to that here.
  • Loading branch information
feanil committed Sep 16, 2024
1 parent cb86203 commit 8a7c356
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Nodejs
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- name: Export CHROME_BIN Env Variable
run: export CHROME_BIN=chromium-browser
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20

0 comments on commit 8a7c356

Please sign in to comment.