diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3bbc887..a1b1bd5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,6 +22,7 @@ jobs: - 17 - 18 - 19 + - 20 steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} diff --git a/package.json b/package.json index 0a3e3d8..0e676e3 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "access": "public" }, "engines": { - "node": "14 || 16 || 17 || 18 || 19" + "node": "14 || 16 || 17 || 18 || 19 || 20" }, "dependencies": { "@achrinza/event-pubsub": "5.0.8",