Skip to content

Commit

Permalink
build: Upgrade to Node 20 (#1267)
Browse files Browse the repository at this point in the history
* feat: updated node to v20

* refactor: updated package-lock

* refactor: updated package-lock & lockfile version check workflow

* refactor: updated package-lock

* refactor: updated ci & lockfile version workflows
  • Loading branch information
BilalQamar95 committed Aug 29, 2024
1 parent 5748e92 commit d8cc922
Show file tree
Hide file tree
Showing 3 changed files with 3,251 additions and 5,262 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
strategy:
matrix:
node: [18, 20]
continue-on-error: ${{ matrix.node == 20 }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
Loading

0 comments on commit d8cc922

Please sign in to comment.