|
@@ -21,7 +21,7 @@ jobs:
|
|
|
steps:
|
|
|
- uses: actions/checkout@v3
|
|
|
- name: Set up Node.js v${{ matrix.node-version }}
|
|
|
- uses: actions/setup-node@v2
|
|
|
+ uses: actions/setup-node@v3
|
|
|
with:
|
|
|
node-version: ${{ matrix.node-version }}
|
|
|
- name: Install dependencies # runs the npm ci command to install from package-lock.json
|