Skip to content

Commit

Permalink
Workflow: Pin Node.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
violine1101 authored Oct 2, 2024
1 parent df42611 commit 7d7aa37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [18.19.1]

steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [18.19.1]

steps:
- name: Checkout repository
Expand Down

0 comments on commit 7d7aa37

Please sign in to comment.