workflows: Run on ubuntu-latest
That is Ubuntu 22.04 now. Avoid letting this get out of date.
Taken from eb2b320c95
This commit is contained in:
parent
d44181a110
commit
3bc60dd9bb
2 changed files with 2 additions and 2 deletions
2
.github/workflows/npm-update-pf.yml
vendored
2
.github/workflows/npm-update-pf.yml
vendored
|
|
@ -6,7 +6,7 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
npm-update:
|
npm-update:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Set up dependencies
|
- name: Set up dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
2
.github/workflows/npm-update.yml
vendored
2
.github/workflows/npm-update.yml
vendored
|
|
@ -6,7 +6,7 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
npm-update:
|
npm-update:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Set up dependencies
|
- name: Set up dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue