Skip to content

Commit

Permalink
Pin semantic release version & specify node version for release githu…
Browse files Browse the repository at this point in the history
…b action
  • Loading branch information
smoogly committed Jun 20, 2024
1 parent a98b49d commit fa71c9e
Show file tree
Hide file tree
Showing 3 changed files with 3,215 additions and 21 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
- uses: actions/setup-node@v4
with:
node-version: "lts/*"
- name: Install Yarn 🚧
if: ${{ env.ACT }}
run: npm install -g yarn
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"@typescript-eslint/parser": "^5.11.0",
"eslint": "^8.9.0",
"jest": "^27.4.7",
"semantic-release": "^24.0.0",
"tasklauncher": "0.0.10",
"ts-node": "^10.5.0",
"ts-toolbelt": "^9.6.0",
Expand Down
Loading

0 comments on commit fa71c9e

Please # to comment.