We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1053bf9 + f1ab120 commit 288e554Copy full SHA for 288e554
1 file changed
.github/workflows/deployment.yml
@@ -27,7 +27,7 @@ jobs:
27
- uses: actions/checkout@v2
28
- uses: actions/setup-node@v1
29
with:
30
- node-version: 14
+ node-version: 18
31
- uses: microsoft/playwright-github-action@v1
32
- uses: actions/cache@v1
33
@@ -52,7 +52,7 @@ jobs:
52
fetch-depth: 0
53
- uses: actions/setup-node@v2
54
55
- node-version: '14.x'
+ node-version: '18.x'
56
registry-url: 'https://registry.npmjs.org'
57
58
0 commit comments