Skip to content

Commit 229f29d

Browse files
author
alexperez
committed
chore: update Node.js version to 16 in deployment workflow
1 parent dc6f30b commit 229f29d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deployment.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v2
2020
- uses: actions/setup-node@v1
2121
with:
22-
node-version: 14
22+
node-version: 16
2323
- uses: microsoft/playwright-github-action@v1
2424
- uses: actions/cache@v1
2525
with:
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@v2
3939
- uses: actions/setup-node@v1
4040
with:
41-
node-version: 14
41+
node-version: 16
4242
- uses: microsoft/playwright-github-action@v1
4343
- uses: actions/cache@v1
4444
with:
@@ -53,7 +53,7 @@ jobs:
5353
tag:
5454
name: "Publishing release"
5555
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'
56-
needs:
56+
needs:
5757
- test_linux
5858
- test_win
5959
runs-on: ubuntu-latest
@@ -64,7 +64,7 @@ jobs:
6464
fetch-depth: 0
6565
- uses: actions/setup-node@v2
6666
with:
67-
node-version: '14.x'
67+
node-version: '16.x'
6868
registry-url: 'https://registry.npmjs.org'
6969
- uses: actions/cache@v1
7070
with:

0 commit comments

Comments
 (0)