Skip to content

Commit

Permalink
fix: specified the node version and added submodules as well as updat…
Browse files Browse the repository at this point in the history
…e submodules
  • Loading branch information
nossi99 committed Jan 30, 2025
1 parent 6b5f1d1 commit b2cea69
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: semantic-release-pipeline
on:
push:
branches:
Expand All @@ -18,10 +18,13 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "lts/*"
node-version: "22.13.1"
- name: Update submodules
run: git submodule update --init --recursive
- name: Install dependencies
run: npm clean-install
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
Expand Down

0 comments on commit b2cea69

Please sign in to comment.