Skip to content

Commit

Permalink
[feat] update node, packages & python
Browse files Browse the repository at this point in the history
  • Loading branch information
Gr1N committed Dec 26, 2022
1 parent 0923618 commit 6defaa1
Show file tree
Hide file tree
Showing 7 changed files with 17,663 additions and 6,103 deletions.
24 changes: 16 additions & 8 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
lint-and-test-units:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
- uses: actions/checkout@v3
- uses: actions/cache@v3
id: npm-cache
with:
path: ~/.npm
Expand All @@ -28,15 +28,23 @@ jobs:

strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
poetry-version: [1.1.7, 1.2.0a1]
os: [macos-latest, ubuntu-latest, windows-latest]

python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
poetry-version:
- "1.2.2"
os:
- macos-latest
- ubuntu-latest
- windows-latest
fail-fast: true

steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- uses: ./
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ inputs:
description: Poetry version to use, if version is not provided then latest stable version will be used
required: false
runs:
using: node12
using: node16
main: dist/index.js
branding:
icon: package
Expand Down
Loading

0 comments on commit 6defaa1

Please sign in to comment.