Skip to content

Commit

Permalink
swithc to node20, compile dist
Browse files Browse the repository at this point in the history
  • Loading branch information
mrblackus committed Feb 9, 2024
1 parent ea55267 commit 0e18e74
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Expand Up @@ -3,9 +3,9 @@ updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
interval: weekly

- package-ecosystem: npm
directory: /
schedule:
interval: daily
interval: weekly
4 changes: 2 additions & 2 deletions .github/workflows/check-dist.yml
Expand Up @@ -23,10 +23,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set Node.js 16.x
- name: Set Node.js 20.x
uses: actions/setup-node@v3
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
Expand Up @@ -68,5 +68,5 @@ outputs:
uncovered-packages:
description: 'Number of Go packages with no test coverage'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
24 changes: 17 additions & 7 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -38,6 +38,6 @@
"prettier": "^2.8.1"
},
"volta": {
"node": "16.14.0"
"node": "20.11.0"
}
}

0 comments on commit 0e18e74

Please sign in to comment.