Skip to content

Commit

Permalink
Update node to 20.10 and libxmljs to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fgaz committed Dec 21, 2023
1 parent 7d7c0ea commit a5edf2f
Show file tree
Hide file tree
Showing 5 changed files with 1,468 additions and 3,955 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v14.16.1
v20.10.0

0 comments on commit a5edf2f

Please sign in to comment.