Skip to content

Commit

Permalink
ci: Remove pinned node version for "actions/setup-node"
Browse files Browse the repository at this point in the history
  • Loading branch information
erNail committed Feb 12, 2024
1 parent 3b436c7 commit a6f2700
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ jobs:
uses: "actions/[email protected]"
- name: "Set up node and yarn"
uses: "actions/[email protected]"
with:
node-version: "18.18.0"
- name: "Install semantic-release"
run: "yarn add semantic-release"
- name: "Determine version"
Expand Down

0 comments on commit a6f2700

Please sign in to comment.