Skip to content

Commit

Permalink
Merge pull request #28 from nextcloud-deps/update-runners
Browse files Browse the repository at this point in the history
fix(ci): Update runners
  • Loading branch information
Pytal authored Nov 2, 2023
2 parents 6ee86a9 + 8d55288 commit e2881d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test & Build
on: [pull_request]
jobs:
test:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
Expand All @@ -24,7 +24,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}

build:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
{
"path": "./dist/vue-select.js",
"compression": "none",
"maxSize": "21 KB"
"maxSize": "22 KB"
},
{
"path": "./dist/vue-select.css",
Expand Down

0 comments on commit e2881d6

Please sign in to comment.