Skip to content

🔖 chore(package.json): update version from 1.0.4 to 1.0.5 to indicate… #25

🔖 chore(package.json): update version from 1.0.4 to 1.0.5 to indicate…

🔖 chore(package.json): update version from 1.0.4 to 1.0.5 to indicate… #25

Workflow file for this run

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