Skip to content

Commit

Permalink
updated node version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe committed Apr 25, 2024
1 parent a84b69a commit 7f7a5a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rename.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
run: git config --global core.autocrlf false
- name: Checkout Formatter sources
uses: actions/checkout@v1
- name: Use Node.js 10
- name: Use Node.js 18
uses: actions/setup-node@v1
with:
node-version: 10
node-version: 18
- name: Run npm install
run: npm ci
- name: Install Haxe version ${{ matrix.haxe-version }}
Expand Down

0 comments on commit 7f7a5a8

Please sign in to comment.