Skip to content

Perform a test installation of packages 🚀 #7

Perform a test installation of packages 🚀

Perform a test installation of packages 🚀 #7

name: package installation test
run-name: Perform a test installation of packages 🚀
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v3
- name: Use Node.js latest
uses: actions/setup-node@v2
with:
node-version: '*'
- name: 🔨 Build Project
run:
npm install