Skip to content

Commit

Permalink
try older ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
jirimoravcik committed Jan 15, 2025
1 parent 56fa28f commit a48ad9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest] # add windows-latest later
os: [ubuntu-22.04] # add windows-latest later
node-version: [14, 16]

steps:
Expand All @@ -39,7 +39,7 @@ jobs:
run: npm install
-
name: Add localhost-test to Linux hosts file
if: ${{ matrix.os == 'ubuntu-latest' }}
if: ${{ matrix.os == 'ubuntu-22.04' }}
run: sudo echo "127.0.0.1 localhost-test" | sudo tee -a /etc/hosts
# -
# name: Add localhost-test to Windows hosts file
Expand All @@ -52,7 +52,7 @@ jobs:
lint:
name: Lint
needs: [build_and_test]
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
-
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"nyc": "^15.1.0",
"portastic": "^1.0.1",
"proxy": "^1.0.2",
"puppeteer": "19.6.3",
"puppeteer": "^19.6.3",
"request": "^2.88.2",
"rimraf": "^4.1.2",
"sinon": "^13.0.2",
Expand Down

0 comments on commit a48ad9f

Please sign in to comment.