diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 197c26ec..ead1d7c5 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -16,7 +16,6 @@ jobs:
with:
node-version: 20
registry-url: 'https://registry.npmjs.org'
- cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
- run: |
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index cf307e9b..112d4c20 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
- node: [20, 22]
+ node: [20, 22, 24]
steps:
- name: Checkout
uses: actions/checkout@v4
diff --git a/README.md b/README.md
index eeb86ba5..d6f66f9c 100644
--- a/README.md
+++ b/README.md
@@ -11,11 +11,10 @@