chore: upgrade nodejs tooling (#14134)

This commit is contained in:
Bruno Quaresma
2024-08-02 19:56:12 -03:00
committed by GitHub
parent 500a789e05
commit a3c45861bf
19 changed files with 482 additions and 506 deletions
+3 -3
View File
@@ -13,11 +13,11 @@ runs:
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 9
version: 9.6
- name: Setup Node
uses: actions/setup-node@v4.0.1
uses: actions/setup-node@v4.0.3
with:
node-version: 18.19.0
node-version: 20.16.0
# See https://github.com/actions/setup-node#caching-global-packages-data
cache: "pnpm"
cache-dependency-path: ${{ inputs.directory }}/pnpm-lock.yaml