Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Morl99 committed Aug 30, 2024
1 parent 151571c commit c7558e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
- name: Build and Run End2End tests with Cypress
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
- name: Install and Build
Expand All @@ -22,7 +22,7 @@ jobs:
NODE_ENV: production
- name: Create archive as a preparation for the release
run: zip -r release.zip dist/**
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Release to GitHub
Expand Down

0 comments on commit c7558e8

Please sign in to comment.