fix(ci): drop node 16

pnpm v9 drops support for it. it's [eol anyway](https://nodejs.org/en/blog/announcements/nodejs16-eol)
This commit is contained in:
Rexogamer
2024-06-26 11:39:06 +01:00
parent 2e19bb28f9
commit 082ba87a59
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x]
steps:
- name: Checkout repository and submodules