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 dfefe15 commit 2dbd278Copy full SHA for 2dbd278
1 file changed
.github/workflows/prettier.yml
@@ -14,11 +14,11 @@ jobs:
14
fail-fast: true
15
matrix:
16
os: [ubuntu-24.04]
17
- node: [18]
+ node: [24]
18
steps:
19
- - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
20
- name: Use Node.js ${{ matrix.node }}
21
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
+ uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
22
with:
23
node-version: ${{ matrix.node }}
24
- run: npm install -g npm
0 commit comments