Skip to content

Commit

Permalink
ci: use node 18
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Mucha <jakub.mucha@icloud.com>
  • Loading branch information
drptbl committed Jan 31, 2023
1 parent 5314e37 commit ab39e8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/audit_and_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: synthetixio/docker-sec-tools:16.17-alpine
image: synthetixio/docker-sec-tools:18.13-alpine

steps:
- name: Checkout
Expand All @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: synthetixio/docker-node:16.17-alpine
image: synthetixio/docker-node:18.13-alpine

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: release

container:
image: synthetixio/docker-node:16.17-ubuntu
image: synthetixio/docker-node:18.13-ubuntu

steps:
- name: Checkout
Expand Down

0 comments on commit ab39e8d

Please sign in to comment.