build with node 18

This commit is contained in:
Chuck Dries 2022-11-17 21:30:54 -08:00
parent 7a7e75a0fa
commit e265cf87e9
No known key found for this signature in database
GPG Key ID: A00B7AEAE1DC5BE6

View File

@ -22,7 +22,7 @@ steps:
path: /cache path: /cache
- name: build - name: build
image: node image: node:18
commands: commands:
- yarn install - yarn install
- yarn build - yarn build