From 2d37ee24434d8892e77a3c85d1c91f0767c7bf2b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 3 Apr 2025 07:55:20 +0000 Subject: [PATCH] chore(deps): update node.js to v22 --- .github/workflows/linux.yml | 2 +- .woodpecker.yml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 6150571..21b436c 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/setup-node@v2 with: - node-version: "20.x" + node-version: "22.x" - name: Install JavaScript Dependencies run: yarn install diff --git a/.woodpecker.yml b/.woodpecker.yml index 9045c99..d10b5b3 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,6 +1,6 @@ steps: test: - image: node:20.19.0 + image: node:22.14.0 commands: - yarn install - yarn lint diff --git a/package.json b/package.json index ed8173f..0969400 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "devDependencies": { "@types/jest": "^29.5.6", "@types/jsdom": "^21.1.4", - "@types/node": "^20.8.9", + "@types/node": "^22.0.0", "@types/sinon": "^17.0.0", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^7.0.0",