Skip to content

Commit

Permalink
Unpin node version in gh actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
JSAssassin committed Nov 28, 2023
1 parent 4aae449 commit 148a3c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 148a3c4

Please sign in to comment.