Skip to content

Commit

Permalink
Merge pull request #2241 from pi-hole/node16
Browse files Browse the repository at this point in the history
Switch to node 16.x
  • Loading branch information
yubiuser authored Jul 2, 2022
2 parents b39b21c + 57336c8 commit 5133ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: "14.x"
node-version: "16.x"
cache: npm

- name: Install npm dependencies
Expand Down

0 comments on commit 5133ee9

Please sign in to comment.