Skip to content

Commit

Permalink
Merge pull request #3 from trycourier/bryan/node-version-action
Browse files Browse the repository at this point in the history
update node version
  • Loading branch information
bwebs authored Jun 3, 2024
2 parents 1a1b67b + fe78af3 commit 5bf9feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-node@v2
with:
registry-url: "https://registry.npmjs.org"
node-version: "14.x"
node-version: "20.14.0"
scope: "@trycourier"
always-auth: true
- uses: MathieuSoysal/[email protected]
Expand Down

0 comments on commit 5bf9feb

Please sign in to comment.