1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

fix #1711 update bootstrap (#1750)

* fix #1711 update bootstrap

* Don't check for cached PNPM since it's setup later
This commit is contained in:
Robert-Jan de Dreu
2023-10-20 11:25:22 +02:00
committed by GitHub
parent 5ca1214c9f
commit 13027f2050
3 changed files with 12 additions and 13 deletions

View File

@@ -21,7 +21,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "${{ env.NODE }}"
cache: pnpm
- name: Install PNPM
uses: pnpm/action-setup@v2