Skip to content

Bump prettier from 2.8.7 to 3.0.3 #15

Bump prettier from 2.8.7 to 3.0.3

Bump prettier from 2.8.7 to 3.0.3 #15

Workflow file for this run

name: Tests
on:
push
jobs:
run-tests:
# Use MacOS so we can run VS Code (eg. https://github.com/microsoft/vscode-test/issues/230)
runs-on: macos-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 18.0.0
registry-url: https://registry.npmjs.org/
- name: Install dependencies
run: yarn
- name: Run CI Tests
run: yarn test:ci