From 7f7a5a8fce598dcbf4f883446b45db99448448c0 Mon Sep 17 00:00:00 2001 From: AlexHaxe Date: Thu, 25 Apr 2024 15:33:03 +0200 Subject: [PATCH] updated node version --- .github/workflows/rename.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}