Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
duggalsu committed Nov 29, 2023
2 parents 0dea63b + f3a42c5 commit e03afa1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-extension-manually.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
with:
ref: main

- name: "Setup Node version"
uses: actions/setup-node@v3
with:
node-version: 20.9.0

- name: "Build and Test"
run: |
cd browser-extension/plugin
Expand Down

0 comments on commit e03afa1

Please sign in to comment.