Skip to content

Commit f417c0b

Browse files
authored
Switch to node16 (#140)
1 parent b0beb4d commit f417c0b

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
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/faros-cicd-github-action@v3.0.4
16+
uses: faros-ai/faros-cicd-github-action@v3.0.5
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/faros-cicd-github-action@v3.0.4
33+
uses: faros-ai/faros-cicd-github-action@v3.0.5
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: 'node12'
57+
using: 'node16'
5858
main: 'dist/index.js'

package-lock.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)