Skip to content

Commit

Permalink
fix prod release workflow (hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfschwarz committed Sep 20, 2022
1 parent 61acc14 commit 2ec9f27
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/prod-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ jobs:
name: Build Extension
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: 16
cache: "npm"
cache-dependency-path: "extension/yarn.lock"
- run: npm install -g yarn
- name: Install deps and build
working-directory: ./extension
Expand Down

0 comments on commit 2ec9f27

Please sign in to comment.