Skip to content

Commit

Permalink
fix(deps): update dependencies
Browse files Browse the repository at this point in the history
BREAKING CHANGE: require Node.js 20
  • Loading branch information
rbardini committed Aug 3, 2024
1 parent 8c78421 commit 507afcc
Show file tree
Hide file tree
Showing 7 changed files with 79 additions and 3,047 deletions.
14 changes: 0 additions & 14 deletions .eslintrc.json

This file was deleted.

14 changes: 6 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,23 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20

- name: Install
run: npm ci

- name: Lint
run: npm run lint

- name: Release
uses: cycjimmy/semantic-release-action@v3
uses: cycjimmy/semantic-release-action@v4
with:
semantic_version: 24
extra_plugins: |
conventional-changelog-conventionalcommits
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

3 changes: 0 additions & 3 deletions .lintstagedrc.json

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# matter-now

[![npm package version](https://img.shields.io/npm/v/matter-now)](https://www.npmjs.com/package/matter-now)
[![Build status](https://img.shields.io/github/workflow/status/rbardini/matter-now/Main)](https://github.com/rbardini/matter-now/actions)
[![Build status](https://img.shields.io/github/actions/workflow/status/rbardini/matter-now/main.yml)](https://github.com/rbardini/matter-now/actions)
[![Dependencies status](https://img.shields.io/librariesio/release/npm/matter-now)](https://libraries.io/npm/matter-now)

Append the current date to the YAML front matter of Markdown files. Useful for adding the published date to static content files like blog posts.
Expand Down
Loading

0 comments on commit 507afcc

Please sign in to comment.