Skip to content

Commit

Permalink
Merge branch 'main-v2' into release/v2.8.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdev3 authored Jun 10, 2024
2 parents ee1fdbc + 89da21a commit 9e754bb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- name: Authenticate with private NPM package
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-cut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ jobs:
if: ${{ github.event.inputs.branch-name != 'main' }}
with:
ref: ${{ github.event.inputs.branch-name }}
node-version: 16.x
node-version: 18.x
fetch-depth: 0

- name: Checkout main for ${{ github.event.inputs.release-type }} release
uses: actions/checkout@v3
if: ${{ github.event.inputs.branch-name == 'main' }}
with:
ref: main
node-version: 16.x
node-version: 18.x
fetch-depth: 0

- name: Authenticate with private NPM package
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Unit tests
strategy:
matrix:
node: ["16.x"]
node: ["18.x"]

runs-on: ubuntu-latest

Expand Down

0 comments on commit 9e754bb

Please sign in to comment.