From 5a1fa20e5a7cbf1d3f1d0c7b6df1cca50e9fd27e Mon Sep 17 00:00:00 2001 From: Keith Cirkel Date: Thu, 25 Apr 2024 14:45:42 +0100 Subject: [PATCH] bump node version BREAKING CHANGE: minimum supported node version is now 18 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 334225a..797d105 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 22 registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm run release