Skip to content

Commit

Permalink
ci: don't set node version (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Nov 4, 2021
1 parent 45ebe8b commit 1bb1ff6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
- uses: actions/setup-node@v2.4.1
with:
registry-url: 'https://registry.npmjs.org'
node-version: 14

- name: Install Node dependencies
run: yarn --frozen-lockfile
Expand Down

0 comments on commit 1bb1ff6

Please sign in to comment.