Skip to content

Commit

Permalink
chore: change ubuntu version on workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tribiec committed Jan 24, 2024
1 parent 85c6531 commit c086236
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
test:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [11.x, 12.x, 13.x, 14.x]
Expand All @@ -37,7 +37,7 @@ jobs:
build-and-publish:
if: github.ref == 'refs/heads/master' && startsWith(github.ref, 'refs/tags/')
needs: test
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit c086236

Please sign in to comment.