Update .forgejo/workflows/build.yml
Some checks failed
Build Pacman Package / build (push) Failing after 53s

This commit is contained in:
Baltrust 2024-09-24 19:29:28 +03:00
parent 1e6a60b7c1
commit 04d5c116a1

View file

@ -19,7 +19,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '16' # Specify the Node.js version you need
node-version: '22' # Specify the Node.js version you need
- name: Install pnpm
run: npm install -g pnpm