Skip to content

Commit

Permalink
build: Upgrade to Node 20 (#447)
Browse files Browse the repository at this point in the history
* build: Upgrade to Node 20

* build: updated node-sass & sass-loader version to resolve ci node-sass build process error

* build: updated babel packages to resolve failing tests
  • Loading branch information
BilalQamar95 authored Sep 30, 2024
1 parent c74b526 commit 44a2fb1
Show file tree
Hide file tree
Showing 4 changed files with 6,792 additions and 6,372 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
strategy:
matrix:
node: [18, 20]
continue-on-error: ${{ matrix.node == 20 }}
steps:
- name: Checkout
uses: actions/checkout@v2
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 44a2fb1

Please sign in to comment.