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 9e23b04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
uses: actions/checkout@v3

- name: "Use appropriate Node.js"
uses: "actions/setup-node@v2"
uses: "actions/setup-node@v3"
with:
node-version: "14.18.1"
node-version: "17.0.1"
cache: 'npm'

- run: "sudo apt install libpcsclite-dev"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magnificent-sloth",
"version": "0.1.0",
"version": "0.1.2",
"description": "Point of Sale for Dead Mongoose",
"main": "main.js",
"maintainers": [
Expand Down

0 comments on commit 9e23b04

Please sign in to comment.