mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-21 15:36:50 -05:00
drop support for node 20 (#5937)
* node 24 * node types * dockerfiles * readme * note
This commit is contained in:
2
.github/workflows/publish-npm-packages.yml
vendored
2
.github/workflows/publish-npm-packages.yml
vendored
@@ -56,7 +56,7 @@ jobs:
|
||||
- name: Setup node and npm registry
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
node-version: 22
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
|
||||
- name: Publish Web
|
||||
|
||||
Reference in New Issue
Block a user