From 343f5a38a81fd34705239aa2461a606d47079898 Mon Sep 17 00:00:00 2001 From: Jakob Krigovsky Date: Sat, 2 Nov 2024 11:01:37 +0100 Subject: [PATCH] Use Node.js v22 on GitHub Actions --- .github/workflows/data.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/data.yml b/.github/workflows/data.yml index 6c12f09..e79ca0b 100644 --- a/.github/workflows/data.yml +++ b/.github/workflows/data.yml @@ -12,7 +12,7 @@ jobs: ssh-key: ${{ secrets.DEPLOY_KEY }} - uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 22 - run: npm ci - run: npm run data:download - run: npm run data:convert