Skip to content

updated release version #18

updated release version

updated release version #18

Workflow file for this run

name: Test
on:
pull_request:
types: [opened, ready_for_review, review_requested, synchronize]
push:
branches: ['master']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
with:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
# Defaults to the user or organization that owns the workflow file
scope: '@octocat'
- run: yarn
- run: yarn test