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 32224e4 commit 4413d3dCopy full SHA for 4413d3d
.github/workflows/lint.yml
@@ -9,7 +9,7 @@ on:
9
10
env:
11
FORCE_COLOR: 2
12
- NODE: 18
+ NODE: 20
13
14
permissions:
15
contents: read
@@ -25,7 +25,7 @@ jobs:
25
persist-credentials: false
26
27
- name: Set up Node.js
28
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
29
with:
30
node-version: "${{ env.NODE }}"
31
cache: npm
.github/workflows/release.yml
@@ -5,6 +5,10 @@ on:
5
tags:
6
- '*'
7
8
+env:
+ FORCE_COLOR: 2
+
jobs:
build:
runs-on: ubuntu-latest
0 commit comments