Skip to content

Commit c6f7844

Browse files
chore(deps): bump actions/setup-node from 4.3.0 to 4.4.0 in /.github/workflows in the gha group (#251)
1 parent ec56fff commit c6f7844

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/e2e.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Get Node version from Node manifest
2525
run: echo "NODE_VER=$(curl -s https://nwjs.io/versions | jq -r ".versions[0].components.node")" >> $GITHUB_ENV
2626
- name: Setup Node
27-
uses: actions/setup-node@v4.3.0
27+
uses: actions/setup-node@v4.4.0
2828
with:
2929
node-version: ${{ env.NODE_VER }}
3030
cache: "npm"

.github/workflows/npm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-22.04
1010
steps:
1111
- uses: actions/[email protected]
12-
- uses: actions/setup-node@v4.3.0
12+
- uses: actions/setup-node@v4.4.0
1313
with:
1414
node-version: 22
1515
cache: "npm"

0 commit comments

Comments
 (0)