From 845a2c13efad4e5479db813a03111c66480b37dc Mon Sep 17 00:00:00 2001 From: hardope Date: Thu, 17 Oct 2024 22:52:37 +0100 Subject: [PATCH] feat: Initial --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ae3d2a2..79835ee 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '18' + node-version: 'lts/*' - run: npm install - run: npm run build - run: npm audit