Skip to content

Commit

Permalink
Use node-version-file configuration for the CI (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahukkanen committed Mar 21, 2023
1 parent b304ad4 commit 1f87efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_antora.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '14.x'
node-version-file: ".node-version"
- name: Install dependencies
run: npm install
- name: Run test script
Expand Down

0 comments on commit 1f87efd

Please sign in to comment.