We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba28be commit 7fd722aCopy full SHA for 7fd722a
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
10
strategy:
11
matrix:
12
- node-version: [ '12', '14', '16' ]
+ node-version: [ '14', '16', '18' ]
13
14
steps:
15
- uses: actions/checkout@v2
README.md
@@ -3,6 +3,7 @@ plist.js
3
### Apple's Property list parser/builder for Node.js and browsers
4
5
[](https://travis-ci.org/TooTallNate/plist.js)
6
+[](https://github.com/TooTallNate/plist.js/actions/workflows/ci.yml)
7
8
Provides facilities for reading and writing Plist (property list) files.
These are often used in programming OS X and iOS applications, as well
0 commit comments