Skip to content

Commit

Permalink
Merge pull request joncampbell123#4566 from joncampbell123/dependabot…
Browse files Browse the repository at this point in the history
…/github_actions/actions/setup-node-4

Bump actions/setup-node from 3 to 4
  • Loading branch information
joncampbell123 authored Oct 31, 2023
2 parents 07f0a9c + 1391cf0 commit cb752bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '14'
- name: Build minimal
Expand Down

0 comments on commit cb752bb

Please sign in to comment.