Skip to content

Bump @types/node from 18.11.18 to 20.11.14 #821

Bump @types/node from 18.11.18 to 20.11.14

Bump @types/node from 18.11.18 to 20.11.14 #821

Workflow file for this run

name: async-worker
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: install yarn
run: npm i -g yarn
- name: build and test
run: |
yarn install --frozen-lockfile
yarn build
yarn test