Skip to content

bump version to 1.3.0 and update changelog #10

bump version to 1.3.0 and update changelog

bump version to 1.3.0 and update changelog #10

Workflow file for this run

name: 'Test Extension'
on:
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Install deps
run: npm install
- name: Run test
run: xvfb-run -a npm test
if: runner.os == 'Linux'