Skip to content

Commit

Permalink
Merge pull request #5930 from deNBI/deps/actions-setup-node-4.x
Browse files Browse the repository at this point in the history
feat(Dependencies): Update actions/setup-node action to v4
  • Loading branch information
dweinholz authored Oct 26, 2023
2 parents 17a4da8 + 6d8fb83 commit 22afe71
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 22afe71

Please sign in to comment.