Skip to content

Merge pull request #34 from OudomMunint/dev #37

Merge pull request #34 from OudomMunint/dev

Merge pull request #34 from OudomMunint/dev #37

Workflow file for this run

name: CI + Release
on:
push:
branches:
- master
jobs:
Build:
runs-on: ubuntu-latest
steps:
- name: Checkout PROD
uses: actions/checkout@v2
- name: Use Node.js 18.x
uses: actions/setup-node@v2
with:
node-version: 18.x
# Share artifact inside workflow
- name: Share artifact inside workflow
uses: actions/upload-artifact@v2
with:
name: github-actions-build
path: build
- name: Install NPM
run: npm install
- name: Use latest
run: npm update
- name: Restore dependencies
run: npm ci
- name: Create Release
uses: ncipollo/[email protected]
with:
tag: v1.5.6.2