From 00e989225f4869dc677d6d1109821810d79e3fbb Mon Sep 17 00:00:00 2001 From: Alexis THOMAS Date: Fri, 25 Aug 2023 13:01:46 +0200 Subject: [PATCH] update publish action to node 18 --- .github/workflows/publish-npm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index 8bb024b9..95c3b121 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm publish --access public