1 parent bb2f816 commit 4621f01Copy full SHA for 4621f01
1 file changed
.github/workflows/main.yml
@@ -22,10 +22,10 @@ jobs:
22
steps:
23
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
24
- uses: actions/checkout@v4
25
- - name: Use Node.js 18.x
+ - name: Use Node.js 22.x
26
uses: actions/setup-node@v3
27
with:
28
- node-version: '18.x'
+ node-version: '22.x'
29
30
# Runs a set of commands using the runners shell
31
- name: Build page
0 commit comments