Skip to content

Commit e8212f2

Browse files
committed
upd
1 parent 0031800 commit e8212f2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,13 @@ jobs:
1818
- name: Checkout
1919
uses: actions/[email protected]
2020

21-
- name: Set up Node.js 16.16.0
21+
- name: Set up node
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: '16.16.0'
24+
node-version: '23.3.0'
25+
26+
- name: Check node version
27+
run: node -v
2528

2629
- name: Install Dependencies
2730
run: npm install

0 commit comments

Comments
 (0)