Skip to content

Commit

Permalink
Merge pull request #351 from GizmoDevelopment/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/setup-node-3

Bump actions/setup-node from 2 to 3
  • Loading branch information
GizmoTjaz authored Jan 5, 2023
2 parents 00e3358 + 97630a5 commit 094d2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
Expand Down

0 comments on commit 094d2aa

Please sign in to comment.