|
|
@@ -17,13 +17,14 @@ jobs:
|
|
|
|
|
|
steps:
|
|
|
- name: Checkout
|
|
|
- uses: actions/checkout@v2
|
|
|
+ uses: actions/checkout@v3
|
|
|
with:
|
|
|
persist-credentials: false
|
|
|
- name: Use Node.js ${{ matrix.node-version }}
|
|
|
- uses: actions/setup-node@v2
|
|
|
+ uses: actions/setup-node@v3
|
|
|
with:
|
|
|
node-version: ${{ matrix.node-version }}
|
|
|
+ cache: 'npm'
|
|
|
- run: npm i
|
|
|
- run: npm run build
|
|
|
- name: Deploy
|