Skip to content

Commit

Permalink
chore: update Node.js version in deployment workflow to 16.x
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpmule committed Dec 9, 2024
1 parent c1096f8 commit 0adb753
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
- uses: microsoft/playwright-github-action@v1
- uses: actions/cache@v1
with:
Expand All @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
- uses: microsoft/playwright-github-action@v1
- uses: actions/cache@v1
with:
Expand All @@ -53,7 +53,7 @@ jobs:
tag:
name: "Publishing release"
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'
needs:
needs:
- test_linux
- test_win
runs-on: ubuntu-latest
Expand All @@ -64,7 +64,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v2
with:
node-version: '14.x'
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- uses: actions/cache@v1
with:
Expand Down

0 comments on commit 0adb753

Please sign in to comment.