Skip to content

Commit

Permalink
Update Node to 18.18.0 LTS (#2643)
Browse files Browse the repository at this point in the history
  • Loading branch information
acheroncrypto authored Oct 3, 2023
1 parent e1d5e78 commit f18fd97
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/no-caching-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
cache: false
solana_cli_version: 1.16.0
solang_version: 0.3.2
node_version: 17.0.1
node_version: 18.18.0
cargo_profile: release
anchor_binary_name: anchor-binary-no-caching
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
cache: true
solana_cli_version: 1.16.0
solang_version: 0.3.2
node_version: 17.0.1
node_version: 18.18.0
cargo_profile: debug
anchor_binary_name: anchor-binary
2 changes: 1 addition & 1 deletion docker/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG DEBIAN_FRONTEND=noninteractive

ARG SOLANA_CLI
ARG ANCHOR_CLI
ARG NODE_VERSION="v18.16.0"
ARG NODE_VERSION="v18.18.0"

ENV HOME="/root"
ENV PATH="${HOME}/.cargo/bin:${PATH}"
Expand Down
2 changes: 1 addition & 1 deletion tests/auction-house

1 comment on commit f18fd97

@vercel
Copy link

@vercel vercel bot commented on f18fd97 Oct 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

anchor-docs – ./

anchor-docs-200ms.vercel.app
www.anchor-lang.com
anchor-lang.com
anchor-docs-git-master-200ms.vercel.app

Please sign in to comment.