Skip to content

Commit

Permalink
Merge pull request #39 from SocketSomeone/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/setup-node-3.1.0
  • Loading branch information
SocketSomeone authored Apr 29, 2022
2 parents e0a303e + a4d9d5d commit 057c688
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-deprecate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v3

- name: Install Node v16
uses: actions/setup-node@v2
uses: actions/setup-node@v3.1.0
with:
node-version: 16
cache: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: docker run -d -p 8000:8000 centrifugo/centrifugo:latest centrifugo --api_insecure

- name: Install Node v16
uses: actions/setup-node@v2
uses: actions/setup-node@v3.1.0
with:
node-version: 16
cache: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v3

- name: Install Node v16
uses: actions/setup-node@v2
uses: actions/setup-node@v3.1.0
with:
node-version: 16
registry-url: https://registry.npmjs.org/
Expand Down

0 comments on commit 057c688

Please sign in to comment.