We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a22930 commit 7c02edfCopy full SHA for 7c02edf
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v3
14
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
15
with:
16
node-version-file: 'package.json'
17
cache: 'yarn'
0 commit comments