Drop node 12 from test runs

This commit is contained in:
Nick O'Leary
2022-05-03 14:25:27 +01:00
parent 39602ff5f2
commit f04d954882
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ jobs:
path: 'node-red.github.io'
- uses: actions/setup-node@v1
with:
node-version: '12'
node-version: '16'
- run: node ./node-red/.github/scripts/update-node-red-docker.js
- name: Create Docker Pull Request
uses: peter-evans/create-pull-request@v2