Skip to content

Commit

Permalink
ci: update image to ubuntu-20.04 (#214)
Browse files Browse the repository at this point in the history
* ci: update image to `ubuntu-20.04`

* ci: update node version to 16
  • Loading branch information
arturovt committed Oct 15, 2022
1 parent 2835dc9 commit 41dd4f6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/until-destroy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ on:

jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
fail-fast: true

steps:
- uses: actions/checkout@v3

- uses: actions/cache@v1
- uses: actions/cache@v3
id: pnpm-cache
with:
path: |
Expand All @@ -26,11 +26,11 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '15'
node-version: '16'

- uses: pnpm/action-setup@v2.2.1
- uses: pnpm/action-setup@v2.2.2
with:
version: 5.17.3
version: 6

- name: Install dependencies
if: steps.pnpm-cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 41dd4f6

Please sign in to comment.