Skip to content

Commit f5b2fc9

Browse files
authored
Run on Node.js v20 (#175)
1 parent edcd8c7 commit f5b2fc9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To report a code build to Faros specify `CI` in the `event` parameter and includ
1313
```yaml
1414
- name: Report code build to Faros
1515
id: send-ci-event
16-
uses: faros-ai/[email protected].6
16+
uses: faros-ai/[email protected].7
1717
with:
1818
api-key: ${{ secrets.FAROS_API_KEY }}
1919
event: CI
@@ -30,7 +30,7 @@ To report an artifact deployment to Faros specify `CD` in the `event` parameter
3030
```yaml
3131
- name: Report deployment to Faros
3232
id: send-cd-event
33-
uses: faros-ai/[email protected].6
33+
uses: faros-ai/[email protected].7
3434
with:
3535
api-key: ${{ secrets.FAROS_API_KEY }}
3636
event: CD

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ branding:
5454
icon: fast-forward
5555
color: 'blue'
5656
runs:
57-
using: 'node16'
57+
using: 'node20'
5858
main: 'dist/index.js'

0 commit comments

Comments
 (0)