Skip to content

Commit

Permalink
feat: 🎸 add current Node version to CI yaml (#72)
Browse files Browse the repository at this point in the history
## Why?

Clear and short explanation here.

## How?

- Done A (replace with a breakdown of the steps)
- Done B
- Done C

## Tickets?

- [Ticket 1](the-ticket-url-here)
- [Ticket 2](the-ticket-url-here)
- [Ticket 3](the-ticket-url-here)

## Contribution checklist?

- [ ] The commit messages are detailed
- [ ] The `build` command runs locally
- [ ] Assets or static content are linked and stored in the project
- [ ] You have manually tested
- [ ] You have provided tests

## Security checklist?

- [ ] Sensitive data has been identified and is being protected properly
- [ ] Injection has been prevented (parameterized queries, no eval or
system calls)

## Preview?

Optionally, provide the preview url here

---------

Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Helder Oliveira <heldrida@gmail.com>
  • Loading branch information
3 people authored Nov 21, 2024
1 parent 259a5ca commit f77d4b8
Show file tree
Hide file tree
Showing 5 changed files with 5,035 additions and 3,986 deletions.
5 changes: 5 additions & 0 deletions .changeset/spotty-bottles-notice.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fleek-platform/cli": minor
---

Upgrade node version
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@fleek-platform/sdk": "^3.5.4",
"@fleek-platform/tester": "^2.12.1",
"@fleek-platform/utils-gateways": "^0.1.12",
"@fleek-platform/utils-github": "^0.0.2",
"@fleek-platform/utils-github": "^0.1.0",
"@fleek-platform/utils-ipfs": "^0.4.4",
"@fleek-platform/utils-ipns": "^0.1.13",
"@fleek-platform/utils-validation": "^2.4.0",
Expand Down
Loading

0 comments on commit f77d4b8

Please sign in to comment.