Skip to content

Commit

Permalink
Single version of node.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwelcher committed May 15, 2024
1 parent 2d3d0f0 commit 402e50e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,10 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
strategy:
matrix:
node-version: [18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm install
- run: npm run release
- uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 402e50e

Please sign in to comment.