Skip to content

Commit

Permalink
Migrate CI from deprecated Node.js 16 to Node.js 20
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrojnar committed Mar 5, 2024
1 parent 20f679f commit eeda820
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
PKG_CONFIG_PATH: /usr/local/opt/${{matrix.openssl}}/lib/pkgconfig

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install apt dependencies (Linux)
if: runner.os == 'Linux'
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Cache the vcpkg archives
uses: actions/cache@v3
Expand Down

0 comments on commit eeda820

Please sign in to comment.