Skip to content

Commit 7fd722a

Browse files
committed
-12+18
1 parent bba28be commit 7fd722a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
node-version: [ '12', '14', '16' ]
12+
node-version: [ '14', '16', '18' ]
1313

1414
steps:
1515
- uses: actions/checkout@v2

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ plist.js
33
### Apple's Property list parser/builder for Node.js and browsers
44

55
[![Build Status](https://travis-ci.org/TooTallNate/plist.js.svg?branch=master)](https://travis-ci.org/TooTallNate/plist.js)
6+
[![ci](https://github.com/TooTallNate/plist.js/actions/workflows/ci.yml/badge.svg)](https://github.com/TooTallNate/plist.js/actions/workflows/ci.yml)
67

78
Provides facilities for reading and writing Plist (property list) files.
89
These are often used in programming OS X and iOS applications, as well

0 commit comments

Comments
 (0)