⬆️ Upgrade checkout and setup-node

This commit is contained in:
Iván Ovejero 2022-09-19 17:13:53 +02:00
parent 818531ee46
commit 973e66700e

View file

@ -13,9 +13,9 @@ jobs:
node-version: [14.x, 16.x] node-version: [14.x, 16.x]
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }} - name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1 uses: actions/setup-node@v3
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: npm install, build, test, and lint - name: npm install, build, test, and lint