Skip to content

Commit 105a107

Browse files
committed
Update workflow with Node 22
1 parent 8a400ad commit 105a107

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pages.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v2
18-
- uses: actions/setup-node@v2
18+
- uses: actions/setup-node@v4
1919
with:
20-
node-version: '16'
20+
node-version: '22'
2121
cache: 'npm'
2222
- run: npm install
2323
- run: npm run build

0 commit comments

Comments
 (0)