diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-10-03 10:25:31 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-10-03 13:43:40 +0200 |
| commit | 5c0df9953b6a9a70b143cfeae0a3f812b52be47b (patch) | |
| tree | 1c02446a816b32701b82a879f93352d5d56864b3 /.github | |
| parent | 25a614639fe524aa1e9a97b1aee32c54a8fe310e (diff) | |
[5.0.x] Used Node.js 20 for GitHub actions.
Backport of 54d9d26ebfc90711430a79219d6547141ce1717f from main
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/schedule_tests.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/tests.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/schedule_tests.yml b/.github/workflows/schedule_tests.yml index ee1bea4e57..945aea900b 100644 --- a/.github/workflows/schedule_tests.yml +++ b/.github/workflows/schedule_tests.yml @@ -45,7 +45,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v3 with: - node-version: '14' + node-version: '20' cache: 'npm' cache-dependency-path: '**/package.json' - run: npm install diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 44ea149cd1..559a3af107 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -49,7 +49,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v3 with: - node-version: '16' + node-version: '20' cache: 'npm' cache-dependency-path: '**/package.json' - run: npm install |
