feat: update action runtime to node 20 ()

This commit is contained in:
Peter Evans 2023-11-30 14:54:03 +00:00
parent 85246161a0
commit 21d8ea09d5
3 changed files with 3 additions and 3 deletions
.github/workflows

View file

@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x
cache: npm
- run: npm ci
- run: npm run build