Skip to content

Commit 5e28a44

Browse files
authored
Update node and github actions (#863)
* Update node and github actions * Update node
1 parent c7224a5 commit 5e28a44

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/deploy-preview.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout code
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515
with:
1616
ref: ${{ github.event.pull_request.head.sha }}
1717
persist-credentials: false # Don't persist GitHub token
@@ -23,7 +23,7 @@ jobs:
2323
key: node_modules-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
2424

2525
- name: Install node.js
26-
uses: actions/setup-node@v4
26+
uses: actions/setup-node@v5
2727
with:
2828
node-version-file: '.nvmrc'
2929

@@ -50,7 +50,7 @@ jobs:
5050
timeout-minutes: 5
5151
steps:
5252
- name: Download build artifact
53-
uses: actions/download-artifact@v4
53+
uses: actions/download-artifact@v5
5454
with:
5555
name: dist-files
5656
path: dist

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20.10.0
1+
v24.9.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
"**/**/lodash.template": "^4.5.0"
4545
},
4646
"engines": {
47-
"node": "20.x"
47+
"node": "24.x"
4848
}
4949
}

0 commit comments

Comments
 (0)