Skip to content

Commit

Permalink
chore(repo): bump node version in the release script (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-stepanenko authored Feb 13, 2024
1 parent 4f0711a commit 0f3186e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
8 changes: 1 addition & 7 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ name: setup

description: Setup Node, cache and install deps

inputs:
node_version:
description: Node Version
required: false
default: '16'

runs:
using: composite
steps:
Expand All @@ -30,7 +24,7 @@ runs:
- name: Use Node
uses: actions/setup-node@v3
with:
node-version: ${{ inputs.node_version }}
node-version: 18
# This doesn't just set the registry url, but also sets
# the right configuration in .npmrc that reads NPM token
# from NPM_AUTH_TOKEN environment variable.
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:
fetch-depth: 0
- name: Setup
uses: ./.github/actions/setup
with:
node_version: 18

- name: Test
uses: ./.github/actions/test
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
- uses: actions/checkout@v3
- name: Setup
uses: ./.github/actions/setup
with:
node_version: 18

- name: Test
uses: ./.github/actions/test

0 comments on commit 0f3186e

Please sign in to comment.