Skip to content

Commit

Permalink
fix: adding node version for github action (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
aatmanvaidya authored Nov 29, 2023
1 parent fb7c6d6 commit f3a42c5
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 f3a42c5

Please sign in to comment.