Skip to content

Commit

Permalink
Bugfix/builds (#463)
Browse files Browse the repository at this point in the history
* chore: update nvmrc

* chore: update engine

* chore: update action
  • Loading branch information
andrew-t-james authored May 19, 2023
1 parent 62f22c5 commit e9a039d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [16.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
16.20.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"xml2js": "0.4.23"
},
"engines": {
"node": "16.19.0",
"node": ">=16.19.0",
"npm": ">=8.0.0"
},
"license": "MIT",
Expand Down

1 comment on commit e9a039d

@vercel
Copy link

@vercel vercel bot commented on e9a039d May 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.