We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28593f1 + 7b94c0e commit bec6478Copy full SHA for bec6478
.github/workflows/publish-npm.yml
@@ -11,15 +11,15 @@ jobs:
11
uses: actions/checkout@v2
12
with:
13
ref: main
14
- - name: Set up Python 3.7
+ - name: Set up Python 3.11
15
uses: actions/setup-python@v1
16
17
- python-version: 3.7
+ python-version: 3.11
18
- uses: actions/setup-node@v1
19
env:
20
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
21
22
- node-version: '12.x'
+ node-version: '18.x'
23
registry-url: https://registry.npmjs.org/
24
scope: '@mat-github-ci'
25
- name: Install dependencies
0 commit comments