1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Update tests.yml

This commit is contained in:
Dave Conway-Jones 2022-10-14 10:02:01 +01:00 committed by Nick O'Leary
parent 281e9d1357
commit 95a7980ada
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -19,9 +19,9 @@ jobs:
matrix: matrix:
node-version: [14, 16] node-version: [14, 16]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }} - name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2 uses: actions/setup-node@v3
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: Install Dependencies - name: Install Dependencies