Skip to content

Commit

Permalink
ci: update node-version to 20 (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
SevereCloud authored Dec 12, 2023
1 parent c1e4a2c commit b5dc50b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: 'Publish'
name: "Publish"

on:
workflow_dispatch:
inputs:
version:
description: 'version (without v)'
description: "version (without v)"
required: true

jobs:
Expand All @@ -17,10 +17,10 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 16
cache: 'yarn'
node-version: 20
cache: "yarn"
always-auth: true
registry-url: 'https://registry.npmjs.org'
registry-url: "https://registry.npmjs.org"

- run: yarn install --frozen-lockfile

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 14
node-version: 20
cache: "yarn"
- run: yarn install --frozen-lockfile --ignore-scripts

Expand Down

0 comments on commit b5dc50b

Please sign in to comment.