Skip to content

Commit bec6478

Browse files
authored
Merge pull request #741 from materialsproject/github_action_tests
update python and node version
2 parents 28593f1 + 7b94c0e commit bec6478

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-npm.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
uses: actions/checkout@v2
1212
with:
1313
ref: main
14-
- name: Set up Python 3.7
14+
- name: Set up Python 3.11
1515
uses: actions/setup-python@v1
1616
with:
17-
python-version: 3.7
17+
python-version: 3.11
1818
- uses: actions/setup-node@v1
1919
env:
2020
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2121
with:
22-
node-version: '12.x'
22+
node-version: '18.x'
2323
registry-url: https://registry.npmjs.org/
2424
scope: '@mat-github-ci'
2525
- name: Install dependencies

0 commit comments

Comments
 (0)