update node version for build
This commit is contained in:
parent
6bce9981ba
commit
bb9ed8fe9c
1 changed files with 2 additions and 2 deletions
|
|
@ -8,13 +8,13 @@ when:
|
|||
|
||||
steps:
|
||||
"Install dependencies":
|
||||
image: node:16
|
||||
image: node:20
|
||||
pull: true
|
||||
commands:
|
||||
- npm i
|
||||
|
||||
"Build JS":
|
||||
image: node:16
|
||||
image: node:20
|
||||
commands:
|
||||
- npm run build
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue