Skip to content

Commit

Permalink
update node for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Dec 22, 2023
1 parent d06c9e7 commit 6ce2a08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/LintingAutoFix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: echo "The selected tag is ${{ steps.tag.outputs.TAG }}"
- uses: actions/setup-node@v4
with:
node-version: '16.14.0'
node-version: '18.18.2'
- run: git status
- run: npm install -g yarn
- name: Prepare
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '14.x'
node-version: '18.18.2'
- name: Install dependencies
run: npm ci
- name: Install Playwright
Expand Down

0 comments on commit 6ce2a08

Please sign in to comment.