Skip to content

Commit

Permalink
chore: update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lukashroch committed Aug 18, 2024
1 parent dbfa78d commit 02f2c21
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
5 changes: 1 addition & 4 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
"rangeStrategy": "bump",
"ignoreDeps": [
// Manual
"node",

// Breaking changes
"execa" // ESM-only since 6.x.x
"node"
]
}
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: [master]
branches: [main]
pull_request:
branches: [master]
branches: [main]

permissions:
contents: read
Expand All @@ -15,16 +15,14 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- name: Repository checkout
uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 8

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
"type": "module",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@9.7.1",
"description": "Intake24 Tasks Service",
"author": "MRC Epidemiology Unit, University of Cambridge",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://gitlab.mrc-epid.cam.ac.uk/intake24/tasks.git"
"url": "git+https://github.com/MRC-Epid-it24/tasks.git"
},
"engines": {
"node": ">=20"
Expand Down

0 comments on commit 02f2c21

Please sign in to comment.