Skip to content

Commit 47995a5

Browse files
renovate[bot]pieh
andauthored
chore(deps): update dependency netlify-cli to v23 (#375)
* chore(deps): update dependency netlify-cli to v23 * chore: bump @netlify/build * chore: preinstall Deno and not rely on CLI to do that --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michal Piechowiak <[email protected]>
1 parent 52b712f commit 47995a5

File tree

3 files changed

+5549
-6356
lines changed

3 files changed

+5549
-6356
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,9 @@ jobs:
3636
- name: Linting
3737
run: npm run format:ci
3838
if: "${{ matrix.node-version == '20.19.1' }}"
39+
- name: Install Deno
40+
uses: denoland/setup-deno@v1
41+
with:
42+
deno-version: 2.5.6
3943
- name: Run tests
4044
run: npm run test

0 commit comments

Comments
 (0)