Update integrate.yml Node

This commit is contained in:
Conor McNamara
2023-03-07 20:05:51 +00:00
parent 4860fdd678
commit f20ebb8074

View File

@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-node@v1 - uses: actions/setup-node@v1
with: with:
node-version: 12 node-version: 16
- run: npm ci - run: npm ci
- run: cd functions && npm ci - run: cd functions && npm ci
- run: npm run test - run: npm run test