mirror of
https://github.com/selfxyz/self.git
synced 2026-01-09 22:58:20 -05:00
Remove actions/checkout@v6 from npm-publish workflow to streamline dependency installation process.
This commit is contained in:
2
.github/workflows/npm-publish.yml
vendored
2
.github/workflows/npm-publish.yml
vendored
@@ -134,7 +134,6 @@ jobs:
|
||||
with:
|
||||
node-version-file: .nvmrc
|
||||
registry-url: "https://registry.npmjs.org"
|
||||
- uses: actions/checkout@v6
|
||||
- name: Install Dependencies
|
||||
uses: ./.github/actions/yarn-install
|
||||
|
||||
@@ -161,7 +160,6 @@ jobs:
|
||||
with:
|
||||
node-version-file: .nvmrc
|
||||
registry-url: "https://registry.npmjs.org"
|
||||
- uses: actions/checkout@v6
|
||||
- name: Install Dependencies
|
||||
uses: ./.github/actions/yarn-install
|
||||
- name: Build package
|
||||
|
||||
Reference in New Issue
Block a user