Skip to content

Commit c20bd62

Browse files
authored
Merge pull request #791 from FrancescoBorzi/ci-update-platforms
misc/ GitHub actions: node 20, ubuntu 22.04 + pin versions
2 parents 00ebf81 + 872e696 commit c20bd62

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/macos.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
build:
2323
strategy:
2424
matrix:
25-
node-version: [18.16]
25+
node-version: [20]
2626

2727
# The type of runner that the job will run on
28-
runs-on: macos-latest
28+
runs-on: macos-12
2929

3030
steps:
3131
- uses: actions/checkout@v3

.github/workflows/ubuntu.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
build:
2020
strategy:
2121
matrix:
22-
node-version: [18.16]
22+
node-version: [20]
2323

2424
# The type of runner that the job will run on
25-
runs-on: ubuntu-18.04
25+
runs-on: ubuntu-22.04
2626

2727
steps:
2828
- uses: actions/checkout@v3

.github/workflows/windows.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
build:
2323
strategy:
2424
matrix:
25-
node-version: [18.16]
25+
node-version: [20]
2626

2727
# The type of runner that the job will run on
28-
runs-on: windows-latest
28+
runs-on: windows-2022
2929

3030
steps:
3131
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)