Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit 8772ffa

Browse files
authored
Merge pull request #102 from BuffettCode/development
release v16
2 parents 04ebc27 + 829f1e5 commit 8772ffa

22 files changed

Lines changed: 3563 additions & 1940 deletions

.github/workflows/test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
node-version: [8.x, 10.x, 12.x]
12+
node-version: [16.x, 18.x]
1313

1414
steps:
15-
- uses: actions/checkout@v1
15+
- uses: actions/checkout@v3
1616
- name: Use Node.js ${{ matrix.node-version }}
17-
uses: actions/setup-node@v1
17+
uses: actions/setup-node@v3
1818
with:
1919
node-version: ${{ matrix.node-version }}
20+
cache: 'npm'
2021
- name: npm install and test
2122
run: |
2223
npm ci

.node-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
16.13.0

0 commit comments

Comments
 (0)