Skip to content

Commit

Permalink
fix: use correct node version file
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves committed Dec 31, 2024
1 parent 642ca8c commit a2ccc75
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: main

- uses: actions/setup-node@v3
with:
node-version: 'v18.13.0'
node-version-file: '.node-version'
registry-url: 'https://registry.npmjs.org'
scope: '@jamesives'

Expand Down
File renamed without changes.

0 comments on commit a2ccc75

Please sign in to comment.