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