Mirror of Steamdown (Markdown -> Steam Markup converter)
0

Configure Feed

Select the types of activity you want to include in your feed.

Use `.node-version` (#270)

authored by

Spenser Black and committed by
GitHub
(Nov 16, 2024, 11:54 AM EST) 4d5d249b f6445814

+3 -2
+1 -1
.github/workflows/ci.yml
··· 42 42 - name: Use Node.js 43 43 uses: actions/setup-node@v4 44 44 with: 45 - node-version: "22.x" 45 + node-version-file: .node-version 46 46 cache: pnpm 47 47 - run: pnpm install 48 48 - name: Check formatting
+1 -1
.github/workflows/publish.yml
··· 14 14 - name: Use Node.js 15 15 uses: actions/setup-node@v4 16 16 with: 17 - node-version: "22.x" 17 + node-version-file: .node-version 18 18 cache: pnpm 19 19 - name: Setup .npmrc 20 20 run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
+1
.node-version
··· 1 + 20