updated node version in workflow
This commit is contained in:
parent
3923532bf6
commit
03bda75ca5
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
- name: Use Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '18.x'
|
||||
node-version: '22.x'
|
||||
- run: npm ci
|
||||
- run: npm run build
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue