Skip to content

Commit f084d4b

Browse files
committed
chore: upgrade ci node version
1 parent a99d776 commit f084d4b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/admin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
node-version: [16.x]
16+
node-version: [18.x]
1717
steps:
1818
- name: checkout
1919
uses: actions/checkout@v2

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
node-version: [16.x]
18+
node-version: [18.x]
1919
steps:
2020
- name: checkout
2121
uses: actions/checkout@v2

.github/workflows/deploy-github-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
node-version: [16.x]
16+
node-version: [18.x]
1717
steps:
1818
- uses: actions/checkout@v1
1919
- name: Deploy to Vercel

.github/workflows/deploy-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
node-version: [16.x]
16+
node-version: [18.x]
1717
defaults:
1818
run:
1919
working-directory: website

0 commit comments

Comments
 (0)