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 4b72d13 commit 05f2d56Copy full SHA for 05f2d56
.github/workflows/ci.yml
@@ -272,6 +272,19 @@ jobs:
272
- name: Checkout code
273
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
274
275
+ - name: Setup node
276
+ uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
277
+ with:
278
+ node-version: 20
279
+ cache: 'yarn'
280
+ cache-dependency-path: yarn.lock
281
+
282
+ - name: Install node dependencies
283
+ run: yarn install --pure-lockfile
284
285
+ - name: Build JavaScript
286
+ run: yarn run build
287
288
- name: Set up Docker Buildx
289
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
290
0 commit comments