Skip to content

chore(deps): bump esbuild from 0.12.8 to 0.25.0 in /packages/walrus-test #12

chore(deps): bump esbuild from 0.12.8 to 0.25.0 in /packages/walrus-test

chore(deps): bump esbuild from 0.12.8 to 0.25.0 in /packages/walrus-test #12

Workflow file for this run

name: Node CI
on:
push:
paths-ignore:
- '.github/**/*.md'
- 'examples/**'
- '*.md'
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node_version: [12.x, 14.x, 16.x]
os: [ubuntu-latest, macos-latest]
steps:
- name: "Checkout"
uses: actions/checkout@v2.3.4
with:
fetch-depth: '1'
- name: Use Node.js ${{ matrix.node_version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node_version }}
registry-url: 'https://registry.yarnpkg.com'
- name: Install
run: yarn
- name: Build
run: yarn build
- name: Test
run: yarn test