From 148a3c47f83921a354dffa404d2a1337f3096adb Mon Sep 17 00:00:00 2001 From: Tashi D Gyeltshen Date: Tue, 28 Nov 2023 09:15:06 -0500 Subject: [PATCH] Unpin node version in gh actions. --- .github/workflows/main.yml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"