Skip to content

🔖 chore(package.json): update package version from 1.0.5 to 1.0.6 #26

🔖 chore(package.json): update package version from 1.0.5 to 1.0.6

🔖 chore(package.json): update package version from 1.0.5 to 1.0.6 #26

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