Skip to content

Commit 05707de

Browse files
committed
misc/ Github action : update node version
1 parent e1a4e49 commit 05707de

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Diff for: .github/workflows/macos.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ on:
1515
workflow_dispatch:
1616

1717
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
18-
permissions:
19-
contents: read
20-
18+
permissions:
19+
contents: read
20+
2121
jobs:
2222
build:
2323
strategy:
2424
matrix:
25-
node-version: [16]
25+
node-version: [18.16]
2626

2727
# The type of runner that the job will run on
2828
runs-on: macos-latest

Diff for: .github/workflows/ubuntu.yml

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

2424
# The type of runner that the job will run on
2525
runs-on: ubuntu-18.04

Diff for: .github/workflows/windows.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ on:
1515
workflow_dispatch:
1616

1717
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
18-
permissions:
19-
contents: read
20-
18+
permissions:
19+
contents: read
20+
2121
jobs:
2222
build:
2323
strategy:
2424
matrix:
25-
node-version: [16]
25+
node-version: [18.16]
2626

2727
# The type of runner that the job will run on
2828
runs-on: windows-latest

0 commit comments

Comments
 (0)