Skip to content

Commit

Permalink
Update create-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
scottdurow authored Feb 4, 2023
1 parent ca87f0f commit 80c1fe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3.6.0
with:
node-version: "12.x"
node-version: "14.x"

- run: npm ci
working-directory: "./build-scripts"
Expand Down

0 comments on commit 80c1fe2

Please sign in to comment.