From b5056c3a988472a30205c6f8e4a612058fed1ee6 Mon Sep 17 00:00:00 2001 From: Garry Ing Date: Tue, 13 Feb 2024 22:46:57 -0500 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ec8b805..c637f53 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: ruby-version: ['3.2'] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: @@ -26,11 +26,11 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - name: Use Node.js 16.14.0 - uses: actions/setup-node@v2 + - uses: actions/checkout@v4 + - name: Use Node.js 20 + uses: actions/setup-node@v4.0.2 with: - node-version: 16.14.0 + node-version: 20 - run: npm install - run: npm run lint - - run: npm run build \ No newline at end of file + - run: npm run build