Skip to content

misc(version): bump to 1.9.0 (#48) #99

misc(version): bump to 1.9.0 (#48)

misc(version): bump to 1.9.0 (#48) #99

Workflow file for this run

name: Node.js CI
on:
push:
branches:
- "main"
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 19.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Use Deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- name: Build project
run: deno task build