0
0
mirror of https://github.com/sp-tarkov/build.git synced 2025-02-12 17:10:45 -05:00

Build test.

This commit is contained in:
Refringe 2024-02-29 21:25:58 -05:00
parent f0f5c03787
commit 1247f404dd
No known key found for this signature in database
GPG Key ID: DA8524051241DD36

View File

@ -0,0 +1,33 @@
name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '18.15.0'
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- name: Archive production artifacts
uses: actions/upload-artifact@v2
with:
name: built-artifacts
path: build