We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e618a38 commit 3baa862Copy full SHA for 3baa862
.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: 16
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: '16.x'
56
registry-url: 'https://registry.npmjs.org'
57
58
0 commit comments