Skip to content

Commit

Permalink
Update assistant.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikahanninen committed Aug 9, 2024
1 parent 49bd207 commit 0bb6038
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/assistant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '18'
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v1
with:
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 18.x
registry-url: https://npm.pkg.github.com/
scope: '@robocorp'
- name: Set up Python
Expand Down

0 comments on commit 0bb6038

Please sign in to comment.