Skip to content

Commit

Permalink
bump packages + dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kolorfilm committed Oct 28, 2022
1 parent a8b2e8d commit 0b5bee5
Show file tree
Hide file tree
Showing 4 changed files with 2,883 additions and 2,066 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,20 @@ jobs:

steps:
- uses: actions/checkout@v3

- name: Setup Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

- name: Install Dependencies
run: npm install

- name: Run Linter (prettier, lint & stylelint)
run: npm run lintAll

- name: Run Tests
run: npm run testAll

- name: Create Build
run: npm run build
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [2.0.3.2] - 2022-10-28

### Change

- bump packages + dependencies to latest versions

## [2.0.3.1] - 2022-07-11

### Change
Expand Down
Loading

0 comments on commit 0b5bee5

Please sign in to comment.