Skip to content

Commit

Permalink
Bump actions/setup-node from 4.0.4 to 4.1.0 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
carstingaxion authored Oct 28, 2024
2 parents 9886a47 + 3873e13 commit eb1091b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-measure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
# use the same version like WordPress/gutenberg
node-version: '16'
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
# use the same version like WordPress/gutenberg
node-version: '16'
Expand Down

0 comments on commit eb1091b

Please sign in to comment.