Skip to content

Commit 1e3665c

Browse files
committed
fix: downgrade Node.js version in deployment workflow from 18 to 16
1 parent 6128c45 commit 1e3665c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deployment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v2
2424
- uses: actions/setup-node@v1
2525
with:
26-
node-version: 18
26+
node-version: 16
2727
- uses: microsoft/playwright-github-action@v1
2828
- uses: actions/cache@v3
2929
with:
@@ -42,7 +42,7 @@ jobs:
4242
- uses: actions/checkout@v2
4343
- uses: actions/setup-node@v1
4444
with:
45-
node-version: 18
45+
node-version: 16
4646
- uses: microsoft/playwright-github-action@v1
4747
- uses: actions/cache@v3
4848
with:
@@ -68,7 +68,7 @@ jobs:
6868
fetch-depth: 0
6969
- uses: actions/setup-node@v2
7070
with:
71-
node-version: '18.x'
71+
node-version: '16.x'
7272
registry-url: 'https://registry.npmjs.org'
7373
- uses: actions/cache@v3
7474
with:

0 commit comments

Comments
 (0)