Skip to content

change version to 1.0.0 #4

change version to 1.0.0

change version to 1.0.0 #4

Workflow file for this run

name: External Worker Build and Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 20.x, 21.x ]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install -g yarn
- run: yarn
- run: yarn test