Skip to content

Commit

Permalink
⬆️ Updates node to v22
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 19, 2024
1 parent ed6bc0c commit a42eb23
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,32 @@ name: docker

steps:
- name: install
image: node:14
image: node:22
commands:
- npm install

- name: build
image: node:14
image: node:22
commands:
- npm run build

- name: test
image: node:14
image: node:22
commands:
- npm run test:all

- name: lint-all
image: node:14
image: node:22
commands:
- npm run lint:all

- name: format-all
image: node:14
image: node:22
commands:
- npm run format:all
-
- name: check-all
image: node:14
image: node:22
commands:
- npm run check:all
-
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v14.17.0
22.5.1
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.16.0
22.5.1
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 12.13.0
nodejs 22.5.1

0 comments on commit a42eb23

Please sign in to comment.