Skip to content

Commit

Permalink
Merge pull request #390 from TokelPlatform/renovate/workflows-actions…
Browse files Browse the repository at this point in the history
…-setup-node-4.x

chore(deps): update actions/setup-node action to v4
  • Loading branch information
TheComputerGenie committed Apr 22, 2024
2 parents c5e6ef2 + c12a70f commit 782e7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Node
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 16
cache: yarn
Expand Down

0 comments on commit 782e7d3

Please sign in to comment.