Skip to content

Commit

Permalink
fix: changing node version on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelschroederdev authored Apr 8, 2022
1 parent 869babb commit a792ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: "lts/*"
node-version: "16.13.2"
cache: "npm"
- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit a792ae5

Please sign in to comment.