diff --git a/.github/workflows/rename.yml b/.github/workflows/rename.yml index e4d5383..71bc53a 100644 --- a/.github/workflows/rename.yml +++ b/.github/workflows/rename.yml @@ -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 }}