Skip to content

Bump @types/node from 18.16.18 to 20.6.0 #488

Bump @types/node from 18.16.18 to 20.6.0

Bump @types/node from 18.16.18 to 20.6.0 #488

Workflow file for this run

name: Test
on: [push]
jobs:
npm-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3.7.0
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
cache: 'npm'
- name: Install Dependencies
run: npm ci
- run: npm run test
npm-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3.7.0
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
cache: 'npm'
- name: Install Dependencies
run: npm ci
- run: npm run build