This commit is contained in:
Balazs Toldi 2024-12-03 15:20:19 +01:00
parent 16b55d3816
commit 045e7dca83

View file

@ -5,6 +5,8 @@ on: push
jobs:
setup:
runs-on: ubuntu-latest
container:
image: nodejs:20
steps:
- name: Checkout code
uses: actions/checkout@v4