mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-07-26 04:04:27 +02:00
chore(deps): update node.js to v19.9.0
This commit is contained in:
@@ -4,16 +4,16 @@ name: default
|
||||
|
||||
steps:
|
||||
- name: install
|
||||
image: node:19.4.0
|
||||
image: node:19.9.0
|
||||
commands:
|
||||
- npm install
|
||||
|
||||
- name: test
|
||||
image: node:19.4.0
|
||||
image: node:19.9.0
|
||||
commands:
|
||||
- npm run test:coverage
|
||||
|
||||
- name: build
|
||||
image: node:19.4.0
|
||||
image: node:19.9.0
|
||||
commands:
|
||||
- npm run build
|
||||
|
Reference in New Issue
Block a user