Skip to content

Commit 7b4336b

Browse files
committed
ci: up node to 18 as required
1 parent 3f895d3 commit 7b4336b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/firebase-hosting-merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v2
1717
- uses: actions/setup-node@v2
1818
with:
19-
node-version: 16
19+
node-version: 18
2020
cache: 'yarn'
2121
cache-dependency-path: yarn.lock
2222
- run: yarn install --frozen-lockfile
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/checkout@v2
4040
- uses: actions/setup-node@v2
4141
with:
42-
node-version: 16
42+
node-version: 18
4343
cache: 'yarn'
4444
cache-dependency-path: yarn.lock
4545
- run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)