From db9247a38ecc20031a10f42fca9c34f224a767dd Mon Sep 17 00:00:00 2001 From: Alice King Tai Poon <23336645+codenamedpkt@users.noreply.github.com> Date: Sun, 5 Jun 2022 16:48:35 +0800 Subject: [PATCH] Update licensed.yml --- .github/workflows/licensed.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.yml index a78560b8..71e39882 100644 --- a/.github/workflows/licensed.yml +++ b/.github/workflows/licensed.yml @@ -10,14 +10,14 @@ on: jobs: test: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 name: Check licenses steps: - - uses: actions/checkout@v2 - - name: Set Node.js 16.x - uses: actions/setup-node@v3 + - uses: actions/checkout@main + - name: Set Node.js 18.x + uses: actions/setup-node@main with: - node-version: 16.x + node-version: 18.x cache: npm - run: npm ci - name: Install licensed