Skip to content

Commit 5979f1d

Browse files
committed
chore: bump node versions in CI
1 parent 4e3f61c commit 5979f1d

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

.github/workflows/checks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
timeout-minutes: 15
1212
strategy:
1313
matrix:
14-
node: [20]
14+
node: [22]
1515
runs-on: ubuntu-latest
1616
env:
1717
CI: true
@@ -41,7 +41,7 @@ jobs:
4141
timeout-minutes: 15
4242
strategy:
4343
matrix:
44-
node: [20]
44+
node: [22]
4545
runs-on: ubuntu-latest
4646
env:
4747
CI: true
@@ -71,7 +71,7 @@ jobs:
7171
timeout-minutes: 15
7272
strategy:
7373
matrix:
74-
node: [18, 20, 22]
74+
node: [20, 22, 24]
7575
postgresVersion: [12, 14, 16]
7676
runs-on: ubuntu-latest
7777
env:
@@ -116,7 +116,7 @@ jobs:
116116
timeout-minutes: 15
117117
strategy:
118118
matrix:
119-
node: [18]
119+
node: [22]
120120
postgresVersion: [14]
121121
runs-on: ubuntu-latest
122122
env:

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18
1+
22

packages/server/package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,7 @@
1010
"./package.json": "./package.json"
1111
},
1212
"type": "module",
13-
"keywords": [
14-
"compas",
15-
"koa",
16-
"api",
17-
"http",
18-
"backend"
19-
],
13+
"keywords": ["compas", "koa", "api", "http", "backend"],
2014
"license": "MIT",
2115
"dependencies": {
2216
"@compas/stdlib": "0.17.0",

0 commit comments

Comments
 (0)