From f48db19c6388e5126292965f52a984b941ca54f9 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 22 Feb 2023 10:29:30 +0100 Subject: [PATCH] chore: update build to v16 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index caced74..1901355 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: - node-version: 12 + node-version: 16 - run: npm ci publish-npm: