fix(workflows): replacing ubuntu:latest with node
All checks were successful
/ test (push) Successful in 23s
All checks were successful
/ test (push) Successful in 23s
This commit is contained in:
parent
8ce40ea29b
commit
ed8009645c
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ jobs:
|
|||
test:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: ubuntu:latest
|
||||
image: node:latest
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue