Skip to content

Commit

Permalink
Explicitly specify which version of node to use
Browse files Browse the repository at this point in the history
  • Loading branch information
veyndan committed Jun 5, 2024
1 parent b497ffe commit 2443dae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuousIntegration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
node-version-file: '.node-version'
- run: npm install
- run: npm test
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16.20.2

0 comments on commit 2443dae

Please sign in to comment.