Skip to content

Commit

Permalink
ci: update setup-node and python version
Browse files Browse the repository at this point in the history
  • Loading branch information
mate-from-mattr committed Jul 3, 2024
1 parent 3797b15 commit a26589a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/any-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

Expand All @@ -26,7 +26,7 @@ jobs:
# 2. Node@14 will error with -> Node gyp ERR - invalid mode: 'rU' while trying to load binding.gyp Where 'U' option is now deprecated
- uses: actions/setup-python@v4
with:
python-version: "3.10.8"
python-version: "3.10.11"

- run: yarn install --frozen-lockfile
- run: yarn lint
Expand Down

0 comments on commit a26589a

Please sign in to comment.