Updated setup-node and checkout versions in actions workflow

pull/298/head^2
openbuilds-engineer 2023-02-07 18:13:39 +02:00
rodzic 9bcbc58d52
commit 83291d3d0e
1 zmienionych plików z 6 dodań i 2 usunięć

Wyświetl plik

@ -14,12 +14,16 @@ jobs:
steps:
- name: Check out Git repository
uses: actions/checkout@v1
uses: actions/checkout@v3
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 16
- name: Testing Node and NPM
- run: npm ci
- run: npm test
- name: Prepare for app notarization
if: startsWith(matrix.os, 'macos')
# Import Apple API key for app notarization on macOS