Skip to content

update: @nodescript/fetch-undici @nodescript/core #122

update: @nodescript/fetch-undici @nodescript/core

update: @nodescript/fetch-undici @nodescript/core #122

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: nvm use v20
uses: actions/setup-node@v2
with:
node-version: '20'
- run: npm ci
- run: npm run lint
- run: npm run compile
- run: npm test