diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 92dcb9a..a5d3913 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: timeout-minutes: 10 strategy: matrix: - node-version: [20.8.0] + node-version: [20.x] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} @@ -30,7 +30,7 @@ jobs: timeout-minutes: 10 strategy: matrix: - node-version: [20.8.0] + node-version: [20.x] steps: - uses: actions/checkout@v3 with: diff --git a/package.json b/package.json index 9896140..9142db6 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "url": "https://digitalbazaar.com/" }, "engines": { - "node": ">=18.0.0" + "node": ">=18" }, "bugs": { "url": "https://github.com/w3c-ccg/vc-api-issuer-test-suite/issues"