chore(ci): Bump GitHub workflows to run on node 16 (#4876)

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
Andreas Deininger
2023-08-28 16:58:05 +02:00
committed by GitHub
parent a1110b3438
commit 88e68af501
17 changed files with 66 additions and 66 deletions

View File

@@ -10,17 +10,17 @@ jobs:
GH_TOKEN: ${{ secrets.REFERENCE_PAT }}
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.9.1
uses: styfle/cancel-workflow-action@0.11.0
with:
access_token: ${{ github.token }}
- name: Checkout
uses: actions/checkout@v2.3.5
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Node.js environment
uses: actions/setup-node@v2.4.1
uses: actions/setup-node@v3
with:
node-version: "16.10.0"
cache: "yarn"