Skip to content

Commit

Permalink
feat(build-and-test-with-yarn): upgrade to node:18
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDome committed Aug 25, 2023
1 parent e9ab65a commit 2ae1758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-and-test-with-yarn/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ runs:
steps:
- uses: actions/setup-node@v3
with:
node-version: "16.x"
node-version: "18.x"
- name: Branch name
id: extract_branch
run: |
Expand Down

0 comments on commit 2ae1758

Please sign in to comment.