We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab0fcea commit cb21707Copy full SHA for cb21707
.github/workflows/main.yml
@@ -23,10 +23,10 @@ jobs:
23
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
24
- uses: actions/checkout@v2
25
26
- - name: Set Node.js 18.x
+ - name: Set Node.js 22.x
27
uses: actions/setup-node@v3
28
with:
29
- node-version: 18.x
+ node-version: 22.x
30
31
- uses: borales/actions-yarn@v4
32
0 commit comments