Skip to content

Commit

Permalink
(good-design) - fix: use node16 for good-design
Browse files Browse the repository at this point in the history
  • Loading branch information
L03TJ3 committed Oct 17, 2023
1 parent 5a20dcc commit 6caac17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/design.yml
Expand Up @@ -30,10 +30,10 @@ jobs:
with:
# fetch full history so things like auto-changelog work properly
fetch-depth: 0
- name: Use Node 14
- name: Use Node 16

This comment has been minimized.

Copy link
@L03TJ3

L03TJ3 Oct 17, 2023

Author Contributor

based on this thread: lint-staged/lint-staged#1315

uses: actions/setup-node@v3
with:
node-version: "14"
node-version: "16"
# setting a registry enables the NODE_AUTH_TOKEN env variable where we can set an npm token. REQUIRED
registry-url: "https://registry.npmjs.org/"
- run: npm install -g yarn
Expand Down

0 comments on commit 6caac17

Please sign in to comment.