Skip to content

Commit

Permalink
Update actions/setup-node to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
FractalBoy committed Jun 6, 2024
1 parent 94e704d commit f1cc5d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v1

- name: Setup Node
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: '12.17'

Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
uses: actions/checkout@v1

- name: Setup Node
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: '12.17'

Expand All @@ -97,7 +97,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup Node
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: '12.17'

Expand Down

0 comments on commit f1cc5d7

Please sign in to comment.