Skip to content

Commit

Permalink
Modify workflow to leverage 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
blinkhash committed Dec 13, 2023
1 parent 4039437 commit a97329a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [12.x, 13.x, 14.x, 15.x]
Expand All @@ -22,7 +22,7 @@ jobs:
- run: npm install
- run: npm test
coverage:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Save Coverage Checks
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "foundation-stratum",
"version": "0.0.41",
"version": "0.0.42",
"description": "High performance Stratum poolserver in Node.js",
"main": "./scripts/main.js",
"keywords": [
Expand Down

0 comments on commit a97329a

Please sign in to comment.