Skip to content

Commit

Permalink
chore: bump actions/setup-node from 2 to 3 (#362)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v2...v3)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 25, 2022
1 parent 41c3ee7 commit f630fc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
- name: Configure Docker for Google Artifact Registry
run: gcloud auth configure-docker us-docker.pkg.dev

- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: "14"

Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:
with:
go-version: "^1.17"

- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: "14"

Expand Down

0 comments on commit f630fc5

Please sign in to comment.