Skip to content

fix: incorrect file uri #100

fix: incorrect file uri

fix: incorrect file uri #100

Workflow file for this run

name: Test MacOS
on:
push:
branches:
- main
tags:
- 'v*'
pull_request:
branches:
- main
jobs:
build:
strategy:
matrix:
# node-version: ['23.x', 'latest']
node-version: ['23.x']
# vscode-version: ['1.95.3', 'latest']
runs-on: macos-latest
steps:
# - name: Install VSCode
# run: brew install --cask visual-studio-code
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test