Skip to content

Commit

Permalink
ci: publish node version
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Jul 27, 2024
1 parent a6ebd38 commit f2fff81
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,11 @@ jobs:
# runs-on: ubuntu-latest
# strategy:
# matrix:
# node-version: [14.x]
# node-version: 22.x
# steps:
# - uses: actions/checkout@v2
# - uses: actions/setup-node@v1
# with:
# node-version: ${{ matrix.node-version }}
# registry-url: 'https://registry.npmjs.org'
# - run: yarn --frozen-lockfile
# - run: yarn run publish
Expand Down

0 comments on commit f2fff81

Please sign in to comment.