Skip to content

Commit 6defaa1

Browse files
committed
[feat] update node, packages & python
1 parent 0923618 commit 6defaa1

File tree

7 files changed

+17663
-6103
lines changed

7 files changed

+17663
-6103
lines changed

.github/workflows/default.yml

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
lint-and-test-units:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
14-
- uses: actions/cache@v2
13+
- uses: actions/checkout@v3
14+
- uses: actions/cache@v3
1515
id: npm-cache
1616
with:
1717
path: ~/.npm
@@ -28,15 +28,23 @@ jobs:
2828

2929
strategy:
3030
matrix:
31-
python-version: [3.6, 3.7, 3.8, 3.9]
32-
poetry-version: [1.1.7, 1.2.0a1]
33-
os: [macos-latest, ubuntu-latest, windows-latest]
34-
31+
python-version:
32+
- "3.7"
33+
- "3.8"
34+
- "3.9"
35+
- "3.10"
36+
- "3.11"
37+
poetry-version:
38+
- "1.2.2"
39+
os:
40+
- macos-latest
41+
- ubuntu-latest
42+
- windows-latest
3543
fail-fast: true
3644

3745
steps:
38-
- uses: actions/checkout@v2
39-
- uses: actions/setup-python@v2
46+
- uses: actions/checkout@v3
47+
- uses: actions/setup-python@v4
4048
with:
4149
python-version: ${{ matrix.python-version }}
4250
- uses: ./

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ inputs:
1010
description: Poetry version to use, if version is not provided then latest stable version will be used
1111
required: false
1212
runs:
13-
using: node12
13+
using: node16
1414
main: dist/index.js
1515
branding:
1616
icon: package

0 commit comments

Comments
 (0)