Skip to content

Commit

Permalink
Merge pull request #803 from balena-io/tests-node-20
Browse files Browse the repository at this point in the history
Tests: update nodejs to 20.x matching the minimum supported version
  • Loading branch information
Page- authored Sep 9, 2024
2 parents bb154a3 + 0ae61c0 commit 312cb16
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 8 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-alpine as runner
FROM node:20-alpine as runner

WORKDIR /usr/src/pine

Expand All @@ -10,5 +10,3 @@ FROM runner as sut
CMD npm run mocha

FROM runner


2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@balena/abstract-sql-compiler": "^9.2.0",
"@balena/abstract-sql-to-typescript": "^4.0.2",
"@balena/abstract-sql-to-typescript": "^4.0.3",
"@balena/env-parsing": "^1.1.12",
"@balena/lf-to-abstract-sql": "^5.0.2",
"@balena/odata-parser": "^3.0.8",
Expand Down
2 changes: 1 addition & 1 deletion src/migrator/migrations.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// These types were generated by @balena/abstract-sql-to-typescript v4.0.2
// These types were generated by @balena/abstract-sql-to-typescript v4.0.3

import type { Types } from '@balena/abstract-sql-to-typescript';

Expand Down
2 changes: 1 addition & 1 deletion src/sbvr-api/dev.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// These types were generated by @balena/abstract-sql-to-typescript v4.0.2
// These types were generated by @balena/abstract-sql-to-typescript v4.0.3

import type { Types } from '@balena/abstract-sql-to-typescript';

Expand Down
2 changes: 1 addition & 1 deletion src/sbvr-api/user.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// These types were generated by @balena/abstract-sql-to-typescript v4.0.2
// These types were generated by @balena/abstract-sql-to-typescript v4.0.3

import type { Types } from '@balena/abstract-sql-to-typescript';

Expand Down
2 changes: 1 addition & 1 deletion src/tasks/tasks.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// These types were generated by @balena/abstract-sql-to-typescript v4.0.2
// These types were generated by @balena/abstract-sql-to-typescript v4.0.3

import type { Types } from '@balena/abstract-sql-to-typescript';

Expand Down

0 comments on commit 312cb16

Please sign in to comment.