Skip to content

Commit 371145a

Browse files
authored
Merge pull request #5 from pushpad/full-api
Full API
2 parents a5a8d8e + 3f9fbc5 commit 371145a

27 files changed

Lines changed: 2048 additions & 2290 deletions

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
node-version: [22.x, 23.x]
12+
# include even-numbered releases (LTS)
13+
node-version: [22.x, 24.x]
1314
steps:
1415
- uses: actions/checkout@v5
1516
- name: Use Node.js ${{ matrix.node-version }}
16-
uses: actions/setup-node@v5
17+
uses: actions/setup-node@v6
1718
with:
1819
node-version: ${{ matrix.node-version }}
19-
cache: 'npm'
2020
- run: npm install
2121
- run: npm test

0 commit comments

Comments
 (0)