Skip to content

remove uneeded replace and tidy #440

remove uneeded replace and tidy

remove uneeded replace and tidy #440

Triggered via push June 25, 2024 10:41
Status Failure
Total duration 4m 27s
Artifacts

ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

13 errors and 3 warnings
lint: generated_experiences_test.go#L11
var `forge` is unused (unused)
lint
issues found
test: test_utils.go#L470
=== RUN TestMarketAuctionEscrow test_utils.go:470: Error Trace: /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/result.go:182 /home/runner/work/find/find/test_utils.go:470 /home/runner/work/find/find/market_auction_escrow_test.go:46 Error: Received unexpected error: execution error code 1: [Error Code: 1101] error caused by: 1 error occurred: * transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed: --> e5e9ce5c7e6d17f1007fe14d5f71f45f32ea35fcc4edc248b066f53ad416430b:92:8 | 92 | self.bidsReference!.bid(item:self.pointer, vault: <- vault, nftCap: self.targetCapability, bidExtraField: {}) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: panic: Could not borrow sale item for id=82463372083201 --> f3fcd2c1a78f5eee.FindMarketAuctionEscrow:826:53 | 826 | let saleItemCollection= from.borrow() ?? panic("Could not borrow sale item for id=".concat(uuid.toString())) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ transaction=./transactions/bidMarketAuctionEscrowed.cdc github.com/bjartek/overflow/v2.OverflowInteractionBuilder.Send /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/interaction_builder.go:639 github.com/bjartek/overflow/v2.(*OverflowState).sendTx /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/state.go:563 github.com/bjartek/overflow/v2.(*OverflowState).Tx /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/state.go:559 github.com/findonflow/find.(*OverflowTestUtils).auctionBidMarketEscrow /home/runner/work/find/find/test_utils.go:464 github.com/findonflow/find.TestMarketAuctionEscrow.func1 /home/runner/work/find/find/market_auction_escrow_test.go:46 testing.tRunner /opt/hostedtoolcache/go/1.22.4/x64/src/testing/testing.go:1689 runtime.goexit /opt/hostedtoolcache/go/1.22.4/x64/src/runtime/asm_amd64.s:1695 Test: TestMarketAuctionEscrow test_utils.go:471: Error Trace: /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/result.go:223 /home/runner/work/find/find/test_utils.go:471 /home/runner/work/find/find/market_auction_escrow_test.go:46 Error: event not found FindMarketAuctionEscrow.EnglishAuction, overflow.OverflowEvent{ Fields: map[string]interface {}{ "amount": 15.0, "buyer": "0xfd43f9148d4b725d", "id": 82463372083201, "status": "active_ongoing", }, Addresses: map[string][]string(nil), Id: "", TransactionId: "", Name: "", RawEvent: cadence.Event{ EventType: nil, }, EventIndex: 0, } Test: TestMarketAuctionEscrow event.go:336: === Events === test_utils.go:448: Error Trace: /home/runner/work/find/find/t
test: TestMarketAuctionEscrow/market_auction_escrow_test.go#L75
=== RUN TestMarketAuctionEscrow/Should_be_able_to_cancel_listing_if_the_pointer_is_no_longer_valid market_auction_escrow_test.go:75: Error Trace: /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/result.go:216 /home/runner/work/find/find/market_auction_escrow_test.go:75 Error: transaction cancelMarketAuctionEscrowed missing event EnglishAuction with fields map[string]interface {}{ "amount": 15.0, "buyer": "0xfd43f9148d4b725d", "id": 82463372083201, "seller": "0x192440c99cb17282", "status": "cancel_ghostlisting", } Test: TestMarketAuctionEscrow/Should_be_able_to_cancel_listing_if_the_pointer_is_no_longer_valid event.go:336: === Events === market_auction_escrow_test.go:75: market_auction_escrow_test.go:75: id -> 82463372083201 market_auction_escrow_test.go:75: amount -> 10 market_auction_escrow_test.go:75: status -> cancel_ghostlisting market_auction_escrow_test.go:75: seller -> 0x192440c99cb17282 --- FAIL: TestMarketAuctionEscrow/Should_be_able_to_cancel_listing_if_the_pointer_is_no_longer_valid (0.66s)
test: TestMarketAuctionEscrow/market_auction_escrow_test.go#L126
=== RUN TestMarketAuctionEscrow/Should_not_be_able_to_bid_expired_auction_listing market_auction_escrow_test.go:126: Error Trace: /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/result.go:167 /home/runner/work/find/find/market_auction_escrow_test.go:126 Error: "transaction=./transactions/bidMarketAuctionEscrowed.cdc: execution error code 1: [Error Code: 1101] error caused by: 1 error occurred:\n\t* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:\n --> 23da03829cde79a86368113fce94efcd447cefe28080758a6f6b439670794373:92:8\n |\n92 | self.bidsReference!.bid(item:self.pointer, vault: <- vault, nftCap: self.targetCapability, bidExtraField: {})\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\nerror: panic: Could not borrow sale item for id=82463372083201\n --> f3fcd2c1a78f5eee.FindMarketAuctionEscrow:826:53\n |\n826 | let saleItemCollection= from.borrow() ?? panic(\"Could not borrow sale item for id=\".concat(uuid.toString()))\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n\n" does not contain "This auction listing is already expired" Test: TestMarketAuctionEscrow/Should_not_be_able_to_bid_expired_auction_listing --- FAIL: TestMarketAuctionEscrow/Should_not_be_able_to_bid_expired_auction_listing (0.54s)
test: TestMarketAuctionEscrow/market_auction_escrow_test.go#L157
=== RUN TestMarketAuctionEscrow/Should_return_funds_if_auction_does_not_meet_reserve_price market_auction_escrow_test.go:157: Error Trace: /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/result.go:182 /home/runner/work/find/find/market_auction_escrow_test.go:157 Error: Received unexpected error: execution error code 1: [Error Code: 1101] error caused by: 1 error occurred: * transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed: --> 147b5675a7195b23fca6f26b39b563c85eaff994b85fb742a450e35423e86640:26:8 | 26 | self.saleItem!.borrow()!.fulfillAuction(id) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: panic: This auction is not live --> f3fcd2c1a78f5eee.FindMarketAuctionEscrow:579:12 | 579 | panic("This auction is not live") | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ transaction=./transactions/fulfillMarketAuctionEscrowed.cdc github.com/bjartek/overflow/v2.OverflowInteractionBuilder.Send /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/interaction_builder.go:639 github.com/bjartek/overflow/v2.(*OverflowState).sendTx /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/state.go:563 github.com/bjartek/overflow/v2.(*OverflowState).Tx /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/state.go:559 github.com/findonflow/find.TestMarketAuctionEscrow.func10 /home/runner/work/find/find/market_auction_escrow_test.go:152 testing.tRunner /opt/hostedtoolcache/go/1.22.4/x64/src/testing/testing.go:1689 runtime.goexit /opt/hostedtoolcache/go/1.22.4/x64/src/runtime/asm_amd64.s:1695 Test: TestMarketAuctionEscrow/Should_return_funds_if_auction_does_not_meet_reserve_price market_auction_escrow_test.go:158: Error Trace: /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/result.go:223 /home/runner/work/find/find/market_auction_escrow_test.go:158 Error: event not found A.f3fcd2c1a78f5eee.FindMarketAuctionEscrow.EnglishAuction, overflow.OverflowEvent{ Fields: map[string]interface {}{ "amount": 11.0, "buyer": "0xfd43f9148d4b725d", "id": 82463372083201, "seller": "0x192440c99cb17282", "status": "cancel_reserved_not_met", }, Addresses: map[string][]string(nil), Id: "", TransactionId: "", Name: "", RawEvent: cadence.Event{ EventType: nil, }, EventIndex: 0, } Test: TestMarketAuctionEscrow/Should_return_funds_if_auction_does_not_meet_reserve_price event.go:336: === Events === --- FAIL: TestMarketAuctionEscrow/Should_return_funds_if_auction_does_not_meet_reserve_price (0.76s)
test: TestMarketAuctionEscrow/market_auction_escrow_test.go#L199
=== RUN TestMarketAuctionEscrow/Should_not_be_able_to_cancel_the_auction_if_it_is_ended market_auction_escrow_test.go:199: Error Trace: /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/result.go:165 /home/runner/work/find/find/market_auction_escrow_test.go:199 Error: An error is expected but got nil. Test: TestMarketAuctionEscrow/Should_not_be_able_to_cancel_the_auction_if_it_is_ended market_auction_escrow_test.go:206: Error Trace: /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/result.go:182 /home/runner/work/find/find/market_auction_escrow_test.go:206 Error: Received unexpected error: execution error code 1: [Error Code: 1101] error caused by: 1 error occurred: * transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed: --> b111fd9ba0294f210b4b67346260e3a78e8a8bd0ae4edb1e80695e14cdc786e7:26:8 | 26 | self.saleItem!.borrow()!.fulfillAuction(id) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: panic: Invalid id=82463372083201 --> f3fcd2c1a78f5eee.FindMarketAuctionEscrow:521:16 | 521 | panic("Invalid id=".concat(id.toString())) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ transaction=./transactions/fulfillMarketAuctionEscrowed.cdc github.com/bjartek/overflow/v2.OverflowInteractionBuilder.Send /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/interaction_builder.go:639 github.com/bjartek/overflow/v2.(*OverflowState).sendTx /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/state.go:563 github.com/bjartek/overflow/v2.(*OverflowState).Tx /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/state.go:559 github.com/findonflow/find.TestMarketAuctionEscrow.func12 /home/runner/work/find/find/market_auction_escrow_test.go:201 testing.tRunner /opt/hostedtoolcache/go/1.22.4/x64/src/testing/testing.go:1689 runtime.goexit /opt/hostedtoolcache/go/1.22.4/x64/src/runtime/asm_amd64.s:1695 Test: TestMarketAuctionEscrow/Should_not_be_able_to_cancel_the_auction_if_it_is_ended --- FAIL: TestMarketAuctionEscrow/Should_not_be_able_to_cancel_the_auction_if_it_is_ended (0.89s)
test: TestMarketAuctionEscrow/Should_not_be_able_to_fulfill_a_not_yet_live_/market_auction_escrow_test.go#L229
=== RUN TestMarketAuctionEscrow/Should_not_be_able_to_fulfill_a_not_yet_live_/_ended_auction market_auction_escrow_test.go:229: Error Trace: /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/result.go:167 /home/runner/work/find/find/market_auction_escrow_test.go:229 Error: "transaction=./transactions/fulfillMarketAuctionEscrowed.cdc: execution error code 1: [Error Code: 1101] error caused by: 1 error occurred:\n\t* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:\n --> cd07a48979a45285fc0f05483007bc7e715d815c4cdb4b1b2f86d343640f28d3:26:8\n |\n26 | self.saleItem!.borrow()!.fulfillAuction(id)\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\nerror: panic: This auction is not live\n --> f3fcd2c1a78f5eee.FindMarketAuctionEscrow:579:12\n |\n579 | panic(\"This auction is not live\")\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n\n" does not contain "Auction has not ended yet" Test: TestMarketAuctionEscrow/Should_not_be_able_to_fulfill_a_not_yet_live_/_ended_auction --- FAIL: TestMarketAuctionEscrow/Should_not_be_able_to_fulfill_a_not_yet_live_/_ended_auction (0.78s)
test: TestMarketAuctionEscrow/market_auction_escrow_test.go#L247
=== RUN TestMarketAuctionEscrow/Should_return_funds_if_auction_is_cancelled market_auction_escrow_test.go:247: Error Trace: /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/result.go:216 /home/runner/work/find/find/market_auction_escrow_test.go:247 Error: transaction cancelMarketAuctionEscrowed missing event A.f3fcd2c1a78f5eee.FindMarketAuctionEscrow.EnglishAuction with fields map[string]interface {}{ "amount": 11.0, "buyer": "0xfd43f9148d4b725d", "id": 82463372083201, "seller": "0x192440c99cb17282", "status": "cancel_listing", } Test: TestMarketAuctionEscrow/Should_return_funds_if_auction_is_cancelled event.go:336: === Events === market_auction_escrow_test.go:247: market_auction_escrow_test.go:247: amount -> 10 market_auction_escrow_test.go:247: id -> 82463372083201 market_auction_escrow_test.go:247: seller -> 0x192440c99cb17282 market_auction_escrow_test.go:247: status -> cancel_listing --- FAIL: TestMarketAuctionEscrow/Should_return_funds_if_auction_is_cancelled (0.79s)
test: TestMarketAuctionEscrow/state.go#L559
=== RUN TestMarketAuctionEscrow/Should_not_be_able_to_add_bid_that_is_not_above_minimumBidIncrement state.go:559: Error Trace: /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/result.go:156 /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/state.go:584 /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/state.go:559 /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/state.go:551 /home/runner/work/find/find/market_auction_escrow_test.go:273 Error: "transaction=./transactions/increaseBidMarketAuctionEscrowed.cdc: execution error code 1: [Error Code: 1101] error caused by: 1 error occurred:\n\t* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:\nerror: panic: This account does not have a bid collection\n --> 24dd0d90f93fbdc63ee0c53c8151f9cb09f658544683aa2f3e26b469d4b46ec6:18:155\n |\n18 | self.bidsReference= account.storage.borrow<auth(FindMarketAuctionEscrow.Buyer) &FindMarketAuctionEscrow.MarketBidCollection>(from: storagePath) ?? panic(\"This account does not have a bid collection\")\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n\n" does not contain "must be larger then previous bid+bidIncrement" Test: TestMarketAuctionEscrow/Should_not_be_able_to_add_bid_that_is_not_above_minimumBidIncrement --- FAIL: TestMarketAuctionEscrow/Should_not_be_able_to_add_bid_that_is_not_above_minimumBidIncrement (0.61s)
test: TestMarketAuctionEscrow/market_auction_escrow_test.go#L301
=== RUN TestMarketAuctionEscrow/Should_be_able_to_bid,_add_bid_,_fulfill_auction_and_delist_after_deprecated market_auction_escrow_test.go:301: Error Trace: /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/result.go:182 /home/runner/work/find/find/market_auction_escrow_test.go:301 Error: Received unexpected error: execution error code 1: [Error Code: 1101] error caused by: 1 error occurred: * transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed: --> 0e4516a57b5f7a7232b9ca0517d7cff5da202c1c84235551ef90db4417de1297:92:8 | 92 | self.bidsReference!.bid(item:self.pointer, vault: <- vault, nftCap: self.targetCapability, bidExtraField: {}) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: panic: Could not borrow sale item for id=82463372083201 --> f3fcd2c1a78f5eee.FindMarketAuctionEscrow:826:53 | 826 | let saleItemCollection= from.borrow() ?? panic("Could not borrow sale item for id=".concat(uuid.toString())) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ transaction=./transactions/bidMarketAuctionEscrowed.cdc github.com/bjartek/overflow/v2.OverflowInteractionBuilder.Send /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/interaction_builder.go:639 github.com/bjartek/overflow/v2.(*OverflowState).sendTx /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/state.go:563 github.com/bjartek/overflow/v2.(*OverflowState).Tx /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/state.go:559 github.com/findonflow/find.TestMarketAuctionEscrow.func18 /home/runner/work/find/find/market_auction_escrow_test.go:295 testing.tRunner /opt/hostedtoolcache/go/1.22.4/x64/src/testing/testing.go:1689 runtime.goexit /opt/hostedtoolcache/go/1.22.4/x64/src/runtime/asm_amd64.s:1695 Test: TestMarketAuctionEscrow/Should_be_able_to_bid,_add_bid_,_fulfill_auction_and_delist_after_deprecated market_auction_escrow_test.go:311: Error Trace: /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/result.go:182 /home/runner/work/find/find/market_auction_escrow_test.go:311 Error: Received unexpected error: execution error code 1: [Error Code: 1101] error caused by: 1 error occurred: * transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed: error: pre-condition failed: Cannot borrow reference to bid collection. --> b2600f03cb9f1cc2d9ebae7d8bcc43412d8299e9ba71896d3934b7e57f88d460:18:2 | 18 | self.bidsReference != nil : "Cannot borrow reference to bid collection." | ^^^^^^^^^^^^^^^^^^^^^^^^^ transaction=./transactions/fulfillMarketAuctionEscrowedFromBidder.cdc github.com/bjartek/overflow/v2.OverflowInteractionBuilder.Send /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/interaction_bu
test: TestMarketAuctionEscrow/market_auction_escrow_test.go#L353
=== RUN TestMarketAuctionEscrow/Should_no_be_able_to_list,_bid,_add_bid_,_fulfill_auction_after_stopped market_auction_escrow_test.go:353: Error Trace: /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/result.go:167 /home/runner/work/find/find/market_auction_escrow_test.go:353 Error: "transaction=./transactions/bidMarketAuctionEscrowed.cdc: execution error code 1: [Error Code: 1101] error caused by: 1 error occurred:\n\t* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:\n --> e1a7cfdb5f7d9a949b843a55c77755d87992857bafa04b2654e305cfcf5c8368:92:8\n |\n92 | self.bidsReference!.bid(item:self.pointer, vault: <- vault, nftCap: self.targetCapability, bidExtraField: {})\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\nerror: panic: Could not borrow sale item for id=82463372083201\n --> f3fcd2c1a78f5eee.FindMarketAuctionEscrow:826:53\n |\n826 | let saleItemCollection= from.borrow() ?? panic(\"Could not borrow sale item for id=\".concat(uuid.toString()))\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n\n" does not contain "Tenant has stopped this item" Test: TestMarketAuctionEscrow/Should_no_be_able_to_list,_bid,_add_bid_,_fulfill_auction_after_stopped state.go:559: Error Trace: /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/result.go:156 /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/state.go:584 /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/state.go:559 /home/runner/go/pkg/mod/github.com/bjartek/overflow/[email protected]/state.go:551 /home/runner/work/find/find/market_auction_escrow_test.go:359 Error: "transaction=./transactions/increaseBidMarketAuctionEscrowed.cdc: execution error code 1: [Error Code: 1101] error caused by: 1 error occurred:\n\t* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:\nerror: panic: This account does not have a bid collection\n --> 3d7dd388e7d6e658b985ad20d7dec5eab06df075337142ca09f8cbc4c0957d2f:18:155\n |\n18 | self.bidsReference= account.storage.borrow<auth(FindMarketAuctionEscrow.Buyer) &FindMarketAuctionEscrow.MarketBidCollection>(from: storagePath) ?? panic(\"This account does not have a bid collection\")\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n\n" does not contain "Tenant has stopped this item" Test: TestMarketAuctionEscrow/Should_no_be_able_to_list,_bid,_add_bid_,_fulfill_auction_after_stopped --- FAIL: TestMarketAuctionEscrow/Should_no_be_able_to_list,_bid,_add_bid_,_fulfill_auction_after_stopped (1.12s)
test
Process completed with exit code 1.
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: guyarb/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test
The following actions uses node12 which is deprecated and will be forced to run on node16: guyarb/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/