Skip to content

Commit

Permalink
Update dependencies (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
dobladov committed Feb 14, 2024
1 parent 393318d commit 0da2f7c
Show file tree
Hide file tree
Showing 10 changed files with 4,766 additions and 2,699 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
name: Statics
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: npm ci
- run: npm test

Expand All @@ -15,8 +15,7 @@ jobs:
if: contains(github.head_ref, 'dependabot') != true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./ # Uses an action in the root directory
with:
token: ${{github.token}}

1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v20.1.0
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)

## Unreleased

### Infrastructure
- Upgraded from node `16` to `20`

## [1.9.0] - 17.04.2022

### Infrastructure
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
runs-on: ubuntu-latest
name: Changelog Validate
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: zattoo/changelog@v1
with:
token: ${{github.token}}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ inputs:
required: false
default: '-changelog'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
branding:
icon: file-text
Expand Down

0 comments on commit 0da2f7c

Please sign in to comment.