Skip to content

Commit ca49836

Browse files
committed
Test Node v16 & v18 in CI
1 parent d4cf1b8 commit ca49836

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,9 @@ on: [push, pull_request]
44

55
jobs:
66
tests:
7-
runs-on: ubuntu-latest
8-
9-
strategy:
10-
matrix:
11-
node-version: [14.x, 15.x]
12-
13-
steps:
14-
- uses: actions/checkout@v2
15-
- name: Setup Node.js
16-
uses: actions/[email protected]
17-
with:
18-
node-version: ${{ matrix.node-version }}
19-
- run: npm ci
20-
- run: npm test
7+
uses: pkgjs/action/.github/workflows/node-test.yaml@v0
8+
with:
9+
runs-on: ubuntu-latest
2110

2211
# Rudimentary release process to avoid manual work of bundling & tagging
2312
# whenever changes are made that effects the `dist/index.js` bundle.

0 commit comments

Comments
 (0)