Skip to content

Commit

Permalink
Merge pull request #6 from andre487/ver-1.2.0
Browse files Browse the repository at this point in the history
Version 1.2.0
  • Loading branch information
andre487 authored Dec 26, 2023
2 parents 13b7606 + 28fd412 commit 5d9da70
Show file tree
Hide file tree
Showing 6 changed files with 2,221 additions and 1,503 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
node-version: [18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/previous-releases

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ inputs:
description: 'Log debug messages'
required: false
runs:
using: 'node12'
using: 'node20'
main: 'dist/index.js'
Loading

0 comments on commit 5d9da70

Please sign in to comment.