add node container
This commit is contained in:
parent
e3c6b62579
commit
189c9f77cf
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ on:
|
|||
jobs:
|
||||
mirror:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: node:latest
|
||||
steps:
|
||||
- name: Checkout current repository
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Add table
Reference in a new issue