Skip to content

Commit 29340f1

Browse files
committed
PR: test with node.js 18.x
As per https://github.com/nodejs/release#release-schedule node.js 16.x is only in maintenance mode. Prior to switching over this here GitHub App from node.js 16.x to 18.x, make sure that it actually works with that node.js version. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 87d45b6 commit 29340f1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/pr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ jobs:
66
check:
77
runs-on: ubuntu-latest
88
steps:
9+
- uses: actions/setup-node@v3
10+
with:
11+
node-version: 18
912
- uses: actions/checkout@v3
1013
- name: npm install
1114
run: npm install

0 commit comments

Comments
 (0)