Skip to content

Commit

Permalink
chore: fix dist and bump node to version 20 (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar authored Feb 1, 2024
1 parent 3d601f5 commit 2df84b9
Show file tree
Hide file tree
Showing 7 changed files with 24,673 additions and 765 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
${{ runner.os }}-build-
${{ runner.os }}-
- name: Set Node.js 16.x
- name: Set Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x

- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ outputs:
description: 'JSON report with contributors used to render a table'

runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
Loading

0 comments on commit 2df84b9

Please sign in to comment.