Skip to content

Commit dbda93f

Browse files
committed
ci: setup node
1 parent d4b9bd9 commit dbda93f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ jobs:
6565
- name: Checkout code
6666
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
6767

68+
- name: Setup Node.js and pnpm
69+
uses: ./.github/actions/setup-node-pnpm
70+
6871
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
6972
with:
7073
node-version: 'lts/*'

0 commit comments

Comments
 (0)