Skip to content

Commit

Permalink
fix ci node version
Browse files Browse the repository at this point in the history
  • Loading branch information
codewithgun committed Dec 10, 2023
1 parent 3468bfa commit 83727d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_rs_main_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

env:
SOLANA_CLI_VERSION: 1.16.22
NODE_VERSION: 14.18.1
NODE_VERSION: 18.14.2
ANCHOR_CLI_VERSION: 0.28.0

jobs:
Expand Down
4 changes: 2 additions & 2 deletions target/types/farming.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export type Farming = {
"version": "0.2.1",
"version": "0.2.2",
"name": "farming",
"docs": [
"Dual farming program"
Expand Down Expand Up @@ -1065,7 +1065,7 @@ export type Farming = {
};

export const IDL: Farming = {
"version": "0.2.1",
"version": "0.2.2",
"name": "farming",
"docs": [
"Dual farming program"
Expand Down

0 comments on commit 83727d2

Please sign in to comment.