Update .forgejo/workflows/build.yml
Some checks failed
Build Pacman Package / build (push) Failing after 53s
Some checks failed
Build Pacman Package / build (push) Failing after 53s
This commit is contained in:
parent
1e6a60b7c1
commit
04d5c116a1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue