Skip to content

Commit

Permalink
chore(CI):
Browse files Browse the repository at this point in the history
 - update pnpm actions
 - force pnpm < 9 to support node 16 (node-red node version)
  • Loading branch information
thib3113 committed May 20, 2024
1 parent 37adb7e commit d866ad2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
name: Install pnpm
id: pnpm-install
with:
run_install: true
version: latest
version: 8
- id: set-matrix
run: |
export MATRIX=$(pnpm -s m ls --depth -1 -F "./packages/**" --json | jq -c)
Expand Down Expand Up @@ -132,12 +132,12 @@ jobs:
# with:
# node-version: lts/*
#
# - uses: pnpm/action-setup@v2
# - uses: pnpm/action-setup@v4
# name: Install pnpm
# id: pnpm-install
# with:
# run_install: true
# version: latest
# version: 8
#
# - name: Get pnpm store directory
# id: pnpm-cache
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ runs:
with:
node-version: ${{ inputs.node-version }}

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
name: Install pnpm
id: pnpm-install
with:
run_install: true
version: latest
version: 8

- name: Get pnpm store directory
id: pnpm-cache
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
name: Install pnpm
id: pnpm-install
with:
run_install: true
version: latest
version: 8
- id: set-matrix
run: |
export MATRIX=$(pnpm -s m ls --depth -1 -F "./packages/**" --json | jq -c)
Expand Down Expand Up @@ -92,12 +92,12 @@ jobs:
with:
registry-url: 'https://registry.npmjs.org'

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
name: Install pnpm
id: pnpm-install
with:
run_install: true
version: latest
version: 8

- name: Get pnpm store directory
id: pnpm-cache
Expand Down

0 comments on commit d866ad2

Please sign in to comment.