chore(ci): update node to 20

This commit is contained in:
AAGaming
2024-06-21 11:48:38 -04:00
committed by GitHub
parent 29e6439115
commit 4dc40109ac

View File

@@ -18,7 +18,7 @@ jobs:
- name: Setup | Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- name: Setup | Dependencies
run: npm i -g pnpm && pnpm i --frozen-lockfile
- name: Build