Bump to node 18

This commit is contained in:
Simon Warta 2025-01-14 16:08:26 +01:00
parent c51eaa1983
commit 90edd3d833
No known key found for this signature in database

View File

@ -46,7 +46,7 @@ workflows:
jobs:
build:
docker:
- image: circleci/node:16.13-bullseye
- image: cimg/node:18.20
steps:
- run:
name: Install Git Large File Storage (LFS)
@ -560,7 +560,7 @@ jobs:
./scripts/wasmd/stop.sh
docs-build:
docker:
- image: circleci/node:16.13-bullseye
- image: cimg/node:18.20
steps:
- run:
name: Install Git Large File Storage (LFS)
@ -591,7 +591,7 @@ jobs:
paths: docs_deployment
docs-deploy:
docker:
- image: circleci/node:16.13-bullseye
- image: cimg/node:18.20
steps:
- attach_workspace:
at: .
@ -609,7 +609,7 @@ jobs:
command: npx gh-pages@3.0.0 --message "Update docs [skip ci]" --dist docs_deployment --user "CI deployment <ci@cosmwasm.com>" --repo "git@github.com:cosmos/cosmjs.git"
lint:
docker:
- image: circleci/node:16.13-bullseye
- image: cimg/node:18.20
steps:
- run:
name: Install Git Large File Storage (LFS)