We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4b9bd9 commit dbda93fCopy full SHA for dbda93f
.github/workflows/ci.yml
@@ -65,6 +65,9 @@ jobs:
65
- name: Checkout code
66
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
67
68
+ - name: Setup Node.js and pnpm
69
+ uses: ./.github/actions/setup-node-pnpm
70
+
71
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
72
with:
73
node-version: 'lts/*'
0 commit comments