Skip to content

Commit

Permalink
Start using actions/setup-node@v3 due to deprecation warnings (#2588)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz committed Nov 10, 2022
1 parent 3b3a055 commit 997005f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-zui/action.yml
Expand Up @@ -9,7 +9,7 @@ runs:
go-version: "1.18"

- name: Install Node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
cache: yarn
node-version-file: .node-version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/advance-zed.yml
Expand Up @@ -77,7 +77,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: '1.18'
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
cache: yarn
node-version-file: .node-version
Expand Down

0 comments on commit 997005f

Please sign in to comment.