From fcaa955868a68631d666ab5906bb7e29f4635909 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Sun, 7 Apr 2024 14:03:17 -0500 Subject: [PATCH] update to node 20 --- .github/workflows/release.yaml | 6 +++--- .nvmrc | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 901a847..4d49ba7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: 'npm' - run: npm ci - run: npm run release @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: 'npm' - run: npm ci - run: npm run release @@ -37,7 +37,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: 'npm' - run: npm ci - run: npm run release diff --git a/.nvmrc b/.nvmrc index 59f4a2f..020fc41 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v18.13.0 \ No newline at end of file +v20.12.1