Skip to content

Commit

Permalink
Bump actions/setup-node to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
ezwelty committed Nov 21, 2023
1 parent ff1deb1 commit b9e0b16
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:
uses: actions/checkout@v2

- name: Set up Node
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version-file: .nvmrc

Expand Down

0 comments on commit b9e0b16

Please sign in to comment.