Skip to content

⬆️ Bump @types/node from 18.11.18 to 20.8.4 #499

⬆️ Bump @types/node from 18.11.18 to 20.8.4

⬆️ Bump @types/node from 18.11.18 to 20.8.4 #499

Workflow file for this run

name: NodeJS with Webpack
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- name: Download Libraries
run: yarn
- name: Build
run: yarn build