Skip to content

Commit

Permalink
fix: test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanlescure committed Apr 29, 2024
1 parent 219b7d2 commit a450cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '16.x'

- name: Install Dependencies
run: npm i
Expand Down

0 comments on commit a450cf3

Please sign in to comment.