Skip to content

Commit

Permalink
Use centos image with newer Node 16 (#9447)
Browse files Browse the repository at this point in the history
  • Loading branch information
mischnic committed Dec 15, 2023
1 parent 9b66e25 commit 3e7d568
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
name: linux-gnu-x64
runs-on: ubuntu-20.04
container:
image: docker.io/adrienv1520/nodejs-16-centos7
image: docker.io/mischnic/centos7-node16
steps:
- uses: actions/checkout@v3
- name: Install yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
name: linux-gnu-x64
runs-on: ubuntu-20.04
container:
image: docker.io/adrienv1520/nodejs-16-centos7
image: docker.io/mischnic/centos7-node16
steps:
- uses: actions/checkout@v3
- name: Install yarn
Expand Down

0 comments on commit 3e7d568

Please sign in to comment.