Skip to content

Commit f1ab120

Browse files
Update deployment.yml
node version. 18
1 parent c9491a0 commit f1ab120

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v2
2828
- uses: actions/setup-node@v1
2929
with:
30-
node-version: 14
30+
node-version: 18
3131
- uses: microsoft/playwright-github-action@v1
3232
- uses: actions/cache@v1
3333
with:
@@ -52,7 +52,7 @@ jobs:
5252
fetch-depth: 0
5353
- uses: actions/setup-node@v2
5454
with:
55-
node-version: '14.x'
55+
node-version: '18.x'
5656
registry-url: 'https://registry.npmjs.org'
5757
- uses: actions/cache@v1
5858
with:

0 commit comments

Comments
 (0)