Skip to content

chore(deps-dev): bump @types/node-fetch from 2.6.11 to 2.6.12 #2823

chore(deps-dev): bump @types/node-fetch from 2.6.11 to 2.6.12

chore(deps-dev): bump @types/node-fetch from 2.6.11 to 2.6.12 #2823

Workflow file for this run

name: Build Server
on:
push:
paths-ignore:
- '**/*.md'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.18.0]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: npm install, build
run: |
npm install
npm run build
env:
CI: true