Skip to content

Commit 4621f01

Browse files
committed
update github action to use node 22
1 parent bb2f816 commit 4621f01

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
steps:
2323
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2424
- uses: actions/checkout@v4
25-
- name: Use Node.js 18.x
25+
- name: Use Node.js 22.x
2626
uses: actions/setup-node@v3
2727
with:
28-
node-version: '18.x'
28+
node-version: '22.x'
2929

3030
# Runs a set of commands using the runners shell
3131
- name: Build page

0 commit comments

Comments
 (0)