Skip to content

Commit

Permalink
Unpin node in gh actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
JSAssassin committed Dec 1, 2023
1 parent 4ef0d4b commit 45018f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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@v4
- 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@v4
with:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"chai": "^4.3.6",
"klona": "^2.0.5",
"mocha": "^10.0.0",
"uuid": "^9.0.1",
"vc-api-test-suite-implementations": "github:w3c-ccg/vc-api-test-suite-implementations"
},
"devDependencies": {
Expand Down

0 comments on commit 45018f3

Please sign in to comment.