Skip to content

fix: make npm install latest on windows #11

fix: make npm install latest on windows

fix: make npm install latest on windows #11

name: test & maybe release
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
permissions:
contents: write
id-token: write
packages: write
pull-requests: write
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event_name == 'push' && github.sha || github.ref }}
cancel-in-progress: true
jobs:
js-test-and-release:
defaults:
run:
working-directory: js
uses: ipdxco/unified-github-workflows/.github/workflows/js-test-and-release.yml@v1.0

Check failure on line 25 in .github/workflows/js-test-and-release.yml

View workflow run for this annotation

GitHub Actions / test & maybe release

Invalid workflow file

The workflow is not valid. .github/workflows/js-test-and-release.yml (Line: 25, Col: 5): Unexpected value 'uses' .github/workflows/js-test-and-release.yml (Line: 26, Col: 5): Unexpected value 'secrets'
secrets:
DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
UCI_GITHUB_TOKEN: ${{ secrets.UCI_GITHUB_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}