Skip to content

Bump express from 4.18.1 to 4.19.2 #66

Bump express from 4.18.1 to 4.19.2

Bump express from 4.18.1 to 4.19.2 #66

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Node.js CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install NPM packages
run: npm ci
- name: Build
run: npm run build
env:
CI: true
ED25519KEY: ${{ secrets.BUNDLE_SIGNING_KEY }}
- name: Lint
run: npm run lint
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
path: dist/telnet.swbn