Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-sz committed Sep 27, 2023
1 parent 4c62261 commit fd16976
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</h1>

<p align="center">
<img alt="workflow" src="https://img.shields.io/github/workflow/status/mat-sz/react-letter/Node.js%20CI%20(yarn)">
<img alt="workflow" src="https://img.shields.io/github/actions/workflow/status/mat-sz/react-letter/node.js.yml?branch=main">
<a href="https://npmjs.com/package/react-letter">
<img alt="npm" src="https://img.shields.io/npm/v/react-letter">
<img alt="npm" src="https://img.shields.io/npm/dw/react-letter">
Expand Down

0 comments on commit fd16976

Please sign in to comment.