Skip to content

Commit

Permalink
Merge pull request #47 from melfore/46-node-20-build-fix
Browse files Browse the repository at this point in the history
Node 20 build fix
  • Loading branch information
erosval authored Dec 22, 2023
2 parents 25dbe61 + a4cc85c commit 3feb19d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install NodeJS
uses: actions/setup-node@master
with:
node-version: 18
node-version: 20
registry-url: https://registry.npmjs.org/

- name: Cache Dependencies
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
git commit -m "Release Ops" -a
- name: Increase Version
run: npm version major
run: npm version patch

- name: Push Updates
uses: ad-m/github-push-action@master
Expand Down
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-prettier": "^5.1.0",
"eslint-plugin-prettier": "^5.1.1",
"jest": "^29.7.0",
"nodemon": "^3.0.2",
"ts-jest": "^29.1.1",
Expand Down

0 comments on commit 3feb19d

Please sign in to comment.