diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index ae53324..101a9ea 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 20 - run: pip3 install jsonschema pytest - run: py.test -vv - run: python3 validate.py @@ -33,7 +33,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 20 registry-url: https://registry.npmjs.org/ - run: npm install pacote@11.1.11 - run: git checkout .