From 7a871a8d60199b77c86186688a38475cbe23792a Mon Sep 17 00:00:00 2001 From: Lapo Luchini Date: Fri, 19 Apr 2024 23:53:30 +0000 Subject: [PATCH] Upgrade actions from deprecated Node 16 to 20. --- .github/workflows/node.js.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 385fb3f..8a4ebbe 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -15,9 +15,9 @@ jobs: node-version: [ 12.20.0, latest ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - run: npm install