From 1f475699f48b2cf44a41f79f596b744d25dab007 Mon Sep 17 00:00:00 2001 From: Leandro Facchinetti Date: Tue, 18 Oct 2022 18:03:29 +0100 Subject: [PATCH] --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 39c2060..d74b7aa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 19 - run: | npm ci ${{ matrix.build }} @@ -41,7 +41,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 19 - run: npm install-ci-test deploy: @@ -84,7 +84,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 19 registry-url: https://registry.npmjs.org/ - run: npm ci && npm publish env: