Skip to content

Commit

Permalink
Update Node.js to 18.14.0 LTS and bump workflow to macos-12 (#629)
Browse files Browse the repository at this point in the history
Update Node.js to 18.14.0 LTS
  • Loading branch information
haslinghuis authored Mar 17, 2023
1 parent 3dfa39b commit 363484f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
releaseArgs: --linux64

- name: macOS
os: macos-11
os: macos-12
releaseArgs: --osx64

- name: Windows
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.17.0
v18.14.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@
"**/**/lodash.template": "^4.5.0"
},
"engines": {
"node": "16.x"
"node": "18.x"
}
}

0 comments on commit 363484f

Please sign in to comment.