Skip to content

Commit

Permalink
chore(ci): bump actions/setup-node to v3 (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Nov 16, 2022
1 parent ef60004 commit 289239a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0

- name: Setup Node.js 16.x
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: "16"

Expand Down

0 comments on commit 289239a

Please sign in to comment.