Unpin Node v20 since nodejs/node#49497 is fixed

This commit is contained in:
bjoluc 2023-11-08 17:42:04 +01:00
parent 7db2d9380c
commit a192ac6636
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [16, 18, "20.5"]
node: [16, 18, 20]
steps:
- uses: actions/checkout@v4

View File

@ -21,7 +21,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "20.5"
node-version: 20
cache: npm
- name: Install dependencies