kopia lustrzana https://github.com/OpenBuilds/OpenBuilds-CONTROL
Updated setup-node and checkout versions in actions workflow
rodzic
9bcbc58d52
commit
83291d3d0e
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue