Skip to content

Commit

Permalink
fix: node version
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-lebleu committed Jan 24, 2024
1 parent bcc92d6 commit c20c628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup node.js environment
uses: actions/setup-node@v4
with:
node-version: '18.19.0'
node-version: '14.16'
- name: Install NPM dependencies
run: npm i typescript -g && npm i
- name: Compile Typescript files
Expand Down

0 comments on commit c20c628

Please sign in to comment.