Skip to content

Commit

Permalink
use node16 for v2
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Nov 24, 2023
1 parent 2c49865 commit 9e55064
Show file tree
Hide file tree
Showing 16 changed files with 11,379 additions and 4,468 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
push:
branches:
- main
- node16
paths-ignore:
- '**.md'
pull_request:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ name: "CodeQL"

on:
push:
branches: [ main ]
branches: [ main, node16 ]
pull_request:
branches: [ main ]
branches: [ main, node16 ]
schedule:
- cron: '31 7 * * 3'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ name: Linting suite

on:
push:
branches: [ main ]
branches: [ main, node16 ]
pull_request:
branches: [ main ]
branches: [ main, node16 ]
workflow_dispatch:

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Release Drafter

on:
push:
branches: [ main ]
branches: [ main, node16 ]

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ name: Unit tests

on:
push:
branches: [ main ]
branches: [ main, node16 ]
pull_request:
branches: [ main ]
branches: [ main, node16 ]
workflow_dispatch:

permissions:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ inputs:
description: GitHub token used to set issue labels

runs:
using: node20
using: node16
main: dist/index.js
Loading

0 comments on commit 9e55064

Please sign in to comment.