mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 04:55:41 +00:00
chore(deps): add pnpm/action-setup@v2
This commit is contained in:
4
.github/workflows/release-executables.yml
vendored
4
.github/workflows/release-executables.yml
vendored
@@ -21,6 +21,10 @@ jobs:
|
||||
build-executables:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: 8
|
||||
- uses: actions/checkout@v3
|
||||
- name: Cache node modules
|
||||
id: cache-pnpm
|
||||
|
||||
Reference in New Issue
Block a user