We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ed6337 commit f687beeCopy full SHA for f687bee
1 file changed
.github/workflows/test.yml
@@ -11,8 +11,8 @@ jobs:
11
name: test
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v3
15
- - uses: actions/setup-node@v3
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
16
with:
17
node-version: '18'
18
cache: 'yarn'
0 commit comments