chore(node): run tests and linting with Node 24 too
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
committed by
Philip Molares
parent
c6e2cefa8f
commit
05a937ea22
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node: ['18', '20', '22']
|
node: ['18', '20', '22', '24']
|
||||||
name: Node ${{ matrix.node }}
|
name: Node ${{ matrix.node }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
|||||||
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
|||||||
- name: Setup node
|
- name: Setup node
|
||||||
uses: ./.github/actions/setup-node
|
uses: ./.github/actions/setup-node
|
||||||
with:
|
with:
|
||||||
NODEJS_VERSION: '22'
|
NODEJS_VERSION: '24'
|
||||||
|
|
||||||
- name: Run ESLint
|
- name: Run ESLint
|
||||||
run: yarn run eslint
|
run: yarn run eslint
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
`none` to completely disable uploads.
|
`none` to completely disable uploads.
|
||||||
- Allow links to protocols such as xmpp, webcal or geo
|
- Allow links to protocols such as xmpp, webcal or geo
|
||||||
- Switch from deprecated shortid to nanoid module, with 10 character long aliases in "public" links
|
- Switch from deprecated shortid to nanoid module, with 10 character long aliases in "public" links
|
||||||
|
- Ensure compatibility with Node 24
|
||||||
|
|
||||||
### Bugfixes
|
### Bugfixes
|
||||||
- Ignore the healthcheck endpoint in the "too busy" limiter
|
- Ignore the healthcheck endpoint in the "too busy" limiter
|
||||||
|
|||||||
Reference in New Issue
Block a user