We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 957f8cf commit 43c81a3Copy full SHA for 43c81a3
.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
8
- uses: actions/checkout@v4
9
- uses: actions/setup-node@v4
10
with:
11
- node-version: '16'
+ node-version: '22'
12
- run: npm install
13
working-directory: site2
14
- run: npm run-script build
0 commit comments