Skip to content

Bump @types/react from 18.2.6 to 18.2.14 #322

Bump @types/react from 18.2.6 to 18.2.14

Bump @types/react from 18.2.6 to 18.2.14 #322

Workflow file for this run

name: Build application
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: '18'
- name: NPM install
env:
FONTAWESOME_NPM_AUTH_TOKEN: ${{ secrets.FONTAWESOME_NPM_AUTH_TOKEN }}
run: npm ci
- name: NPM run build
run: npm run build