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 1c5a086 commit 702a248Copy full SHA for 702a248
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
bundler-cache: true
47
rubygems: latest
48
- name: Set up Node
49
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
50
with:
51
node-version: '22'
52
cache: 'yarn'
.github/workflows/lint.yml
@@ -23,7 +23,7 @@ jobs:
23
24
25
26
27
28
29
.github/workflows/security.yml
@@ -48,7 +48,7 @@ jobs:
steps:
- uses: actions/checkout@v5
53
54
- name: Yarn audit
0 commit comments