Skip to content

Commit

Permalink
use nvmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 committed Nov 27, 2024
1 parent d87d14c commit 73141aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,12 @@ jobs:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [18.x]

steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
node-version-file: '.nvmrc'

- name: Install package
run: npm i
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
22

0 comments on commit 73141aa

Please sign in to comment.