We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7dcf82 commit 8d4092cCopy full SHA for 8d4092c
1 file changed
.github/workflows/sass.yml
@@ -17,7 +17,7 @@ on:
17
18
env:
19
FORCE_COLOR: 2
20
- NODE: 18
+ NODE: 20
21
22
permissions:
23
contents: read
@@ -28,12 +28,12 @@ jobs:
28
29
steps:
30
- name: Clone repository
31
- uses: actions/checkout@v3
+ uses: actions/checkout@v6
32
with:
33
persist-credentials: false
34
35
- name: Set up Node.js
36
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v6
37
38
node-version: "${{ env.NODE }}"
39
cache: npm
0 commit comments