Skip to content

Commit

Permalink
chore: use actions/setup-node@v3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyckahn committed Dec 29, 2022
1 parent 25e1032 commit 3e4b55a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Reconfigure git to use HTTP authentication
run: >
git config --global url."https://github.com/".insteadOf ssh://git@github.com/
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3.4.1
with:
node-version: 18
- run: npm ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: fregante/setup-git-user@v1

- name: Setup Node
uses: actions/setup-node@v1
uses: actions/setup-node@v3.4.1
with:
node-version: 18
registry-url: 'https://registry.npmjs.org'
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
- name: Reconfigure git to use HTTP authentication
run: >
git config --global url."https://github.com/".insteadOf ssh://git@github.com/
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3.4.1
with:
node-version: 18
- run: npm ci
Expand Down

0 comments on commit 3e4b55a

Please sign in to comment.