mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-03-15 07:20:49 +00:00
chore: update pnpm/action-setup to v4
Version 2.2.4/2.4.1 is failing because it is obsolete.
This commit is contained in:
parent
e52ff2441c
commit
fe8e2a8e58
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
|||||||
token: ${{ secrets.FLUENCEBOT_RELEASE_PLEASE_PAT }}
|
token: ${{ secrets.FLUENCEBOT_RELEASE_PLEASE_PAT }}
|
||||||
|
|
||||||
- name: Setup pnpm
|
- name: Setup pnpm
|
||||||
uses: pnpm/action-setup@v2.2.4
|
uses: pnpm/action-setup@v4
|
||||||
with:
|
with:
|
||||||
version: 8
|
version: 8
|
||||||
|
|
||||||
@ -103,7 +103,7 @@ jobs:
|
|||||||
kv/npmjs/fluencebot token | NODE_AUTH_TOKEN
|
kv/npmjs/fluencebot token | NODE_AUTH_TOKEN
|
||||||
|
|
||||||
- name: Setup pnpm
|
- name: Setup pnpm
|
||||||
uses: pnpm/action-setup@v2.2.4
|
uses: pnpm/action-setup@v4
|
||||||
with:
|
with:
|
||||||
version: 8
|
version: 8
|
||||||
|
|
||||||
@ -165,4 +165,4 @@ jobs:
|
|||||||
status: "failure"
|
status: "failure"
|
||||||
notification_title: "*{workflow}* has {status_message}"
|
notification_title: "*{workflow}* has {status_message}"
|
||||||
message_format: "${{ steps.status.outputs.jobs }} {status_message} in <{repo_url}|{repo}>"
|
message_format: "${{ steps.status.outputs.jobs }} {status_message} in <{repo_url}|{repo}>"
|
||||||
footer: "<{run_url}>"
|
footer: "<{run_url}>"
|
||||||
|
4
.github/workflows/snapshot.yml
vendored
4
.github/workflows/snapshot.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
|||||||
repository: fluencelabs/js-client
|
repository: fluencelabs/js-client
|
||||||
ref: ${{ inputs.ref }}
|
ref: ${{ inputs.ref }}
|
||||||
|
|
||||||
- uses: pnpm/action-setup@v2.2.4
|
- uses: pnpm/action-setup@v4
|
||||||
with:
|
with:
|
||||||
version: 8
|
version: 8
|
||||||
|
|
||||||
@ -92,4 +92,4 @@ jobs:
|
|||||||
uses: fluencelabs/github-actions/pnpm-publish-snapshot@main
|
uses: fluencelabs/github-actions/pnpm-publish-snapshot@main
|
||||||
with:
|
with:
|
||||||
id: ${{ steps.version.outputs.id }}
|
id: ${{ steps.version.outputs.id }}
|
||||||
set-version: false
|
set-version: false
|
||||||
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -83,7 +83,7 @@ jobs:
|
|||||||
run: fluence local up
|
run: fluence local up
|
||||||
|
|
||||||
- name: Setup pnpm
|
- name: Setup pnpm
|
||||||
uses: pnpm/action-setup@v2.4.1
|
uses: pnpm/action-setup@v4
|
||||||
with:
|
with:
|
||||||
version: 8
|
version: 8
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user