From 800a01ba4bf58c7f28408c54d1a041fc088c11f0 Mon Sep 17 00:00:00 2001 From: David Losert Date: Sat, 24 Aug 2024 11:54:28 +0200 Subject: [PATCH] docs: Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f499367..f392269 100644 --- a/README.md +++ b/README.md @@ -55,11 +55,11 @@ jobs: name: Release runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - name: Use Node.js 16.x - uses: actions/setup-node@v2 + - uses: actions/checkout@v4 + - name: Use Node.js 20 + uses: actions/setup-node@v4 with: - node-version: '16' + node-version: '20' - name: Install dependencies run: npm ci ## Build Step to Output dist/index.js