Skip to content

Commit

Permalink
[CI] removed node 21, as it is failing npm installs
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart committed Nov 3, 2023
1 parent bcc9b58 commit da80291
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
deno-version: [1.36.4]
node-version: [21.x, 20.x, 18.x]
node-version: [20.x, 18.x]

steps:
- name: checkout nkeys
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
test:
strategy:
matrix:
node-version: [21.x]
node-version: [20.x]
deno-version: [1.36.4]

runs-on: ubuntu-latest
Expand Down

0 comments on commit da80291

Please sign in to comment.