1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00

node: 20.x (#468)

Signed-off-by: James Hillyerd <james@hillyerd.com>
This commit is contained in:
James Hillyerd
2024-02-04 21:25:43 -08:00
committed by GitHub
parent 599200d32e
commit d8746e8093
5 changed files with 5 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '20.x'
cache: 'yarn'
cache-dependency-path: ui/yarn.lock