Skip to content

chore(deps): update dependency @types/node to v20 #856

chore(deps): update dependency @types/node to v20

chore(deps): update dependency @types/node to v20 #856

Workflow file for this run

# Copyright 2020-2022 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
name: test
on: [pull_request]
jobs:
test-plugin:
strategy:
fail-fast: false
matrix:
platform: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'
- name: install dependencies
run: yarn
- name: compile extension
run: yarn compile