From 2a44cef025564ce28ab35994458924379dfe2c74 Mon Sep 17 00:00:00 2001 From: abbr Date: Sat, 21 Oct 2023 14:22:42 -0700 Subject: [PATCH] node 19 --- .github/workflows/npm_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm_test.yml b/.github/workflows/npm_test.yml index 7f40cc0..14855eb 100644 --- a/.github/workflows/npm_test.yml +++ b/.github/workflows/npm_test.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '18' + node-version: '19' - run: npm install - run: npm test - name: Upload bin folder