We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14391a5 commit 3edd175Copy full SHA for 3edd175
.github/workflows/lint-and-build.yml
@@ -8,7 +8,7 @@ jobs:
8
- name: Use Node.js
9
uses: actions/setup-node@v3
10
with:
11
- node-version: '18.x'
+ node-version: '20.x'
12
- name: Install modules
13
run: yarn
14
- name: Run ESLint
.github/workflows/publish.yml
@@ -10,7 +10,7 @@ jobs:
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
registry-url: 'https://registry.npmjs.org'
15
- run: yarn
16
- run: yarn build
0 commit comments