Fixed npmpub version node

This commit is contained in:
Lorenzo Iovino 2024-01-09 07:57:59 +01:00
parent f6e386811e
commit ad73dde0d1

View file

@ -7,6 +7,10 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest]
node-version: [20.x]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2