Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
d6e8b857b8 ci: improve pipeline 2025-01-27 13:10:15 +00:00
2 changed files with 12 additions and 0 deletions

View file

@ -25,6 +25,17 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Install node dependencies
run: npm ci
- name: Build
run: npm run build
- name: Test
run: npm run test
- name: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
with:

1
.nvmrc Normal file
View file

@ -0,0 +1 @@
v18.20.5