Skip to content

Commit

Permalink
Updated node version for building
Browse files Browse the repository at this point in the history
  • Loading branch information
Mstiekema committed Dec 11, 2023
1 parent a7ea7ad commit 169881b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: "Use appropriate Node.js"
uses: "actions/setup-node@v2"
with:
node-version: "14.18.1"
node-version: "17.0.1"
cache: 'npm'

- run: "sudo apt install libpcsclite-dev"
Expand Down

0 comments on commit 169881b

Please sign in to comment.