Skip to content

Commit

Permalink
fix: set node version in firefox release action (#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
aatmanvaidya committed Jul 25, 2024
1 parent 5263a2f commit 8ecb5fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-on-firefox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
with:
ref: main

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

- name: Get commit SHA
shell: bash
run: |
Expand Down

0 comments on commit 8ecb5fd

Please sign in to comment.