Skip to content

Commit

Permalink
Remove node-version from release.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
perrin4869 committed May 15, 2022
1 parent c6ba2ad commit dd578ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Expand Up @@ -11,10 +11,9 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Use Node.js 16
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 16
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
Expand Down

0 comments on commit dd578ed

Please sign in to comment.