Skip to content

Commit

Permalink
Merge pull request #1 from transfer-agent-protocol/dependabot/github_…
Browse files Browse the repository at this point in the history
…actions/actions/setup-node-4.0.1

Bump actions/setup-node from 3.6.0 to 4.0.1
  • Loading branch information
ThatAlexPalmer authored Jan 10, 2024
2 parents 2636df5 + 58a8d03 commit a0bc1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v4.0.1
with:
node-version: "20"
# Cache node_modules for faster CI runs if the yarn.lock doesn't change change
Expand Down

0 comments on commit a0bc1ed

Please sign in to comment.