Skip to content

Commit

Permalink
feat(Dependencies): Update actions/setup-node action to v4
Browse files Browse the repository at this point in the history
| datasource  | package            | from | to |
| ----------- | ------------------ | ---- | -- |
| github-tags | actions/setup-node | v3   | v4 |
  • Loading branch information
renovate[bot] authored Oct 23, 2023
1 parent ca1b990 commit 35ecf6f
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 @@ -30,7 +30,7 @@ jobs:
id: tag
- name: Get tag
run: echo "The selected tag is ${{ steps.tag.outputs.TAG }}"
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '16.14.0'
- run: git status
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '14.x'
- name: Install dependencies
Expand Down

0 comments on commit 35ecf6f

Please sign in to comment.