Skip to content

Commit

Permalink
Make Github Actions happy?
Browse files Browse the repository at this point in the history
  • Loading branch information
sfuqua committed Jan 24, 2021
1 parent 7066f46 commit a401e39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/zip-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
- uses: actions/checkout@v2

- name: Setup Node.js environment
uses: actions/setup-node@v2.1.0
uses: actions/setup-node@v2
with:
node-version: 12.x
node-version: "12"

- name: npm ci
run: npm ci
Expand Down

0 comments on commit a401e39

Please sign in to comment.