Skip to content

Commit

Permalink
upgrade github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pirxpilot committed Apr 2, 2024
1 parent 1bda073 commit f2d86c3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- run: yarn install
Expand Down
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ MIT © [Damian Krzeminski](https://pirxpilot.me)
[moment]: http://momentjs.com/
[DateTimeFormat]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat

[npm-image]: https://img.shields.io/npm/v/okres.svg
[npm-image]: https://img.shields.io/npm/v/okres
[npm-url]: https://npmjs.org/package/okres

[build-url]: https://github.com/pirxpilot/okres/actions/workflows/check.yaml
[build-image]: https://img.shields.io/github/workflow/status/pirxpilot/okres/check
[build-image]: https://img.shields.io/github/actions/workflow/status/pirxpilot/okres/check.yaml?branch=main

[deps-image]: https://img.shields.io/librariesio/release/npm/okres
[deps-url]: https://libraries.io/npm/okres
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"email": "pirxpilot@furkot.com",
"url": "https://pirxpilot.me"
},
"repository": "pirxpilot/okres",
"repository": {
"type": "git",
"url": "git+https://github.com/pirxpilot/okres.git"
},
"license": "MIT",
"keywords": [
"okres",
Expand Down

0 comments on commit f2d86c3

Please sign in to comment.