⬆️ bump record GitHub Action to macOS 13 and node 16

This commit is contained in:
Yann Bertrand 2023-08-17 11:07:54 +02:00
parent d7277c900c
commit fe5589eb1f

View file

@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-12.0, macos-latest]
os: [macos-13.0]
steps:
@ -18,7 +18,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 15.14.0
node-version: 16.20.2
- name: Get yarn cache
working-directory: record
@ -39,7 +39,6 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
if: matrix.os == 'macos-12.0'
with:
commit-message: ':camera: Update images and videos ${{ matrix.os }}'
title: ':camera: Update images and videos ${{ matrix.os }}'