Skip to content

Commit

Permalink
action fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
simondotm committed Apr 30, 2021
1 parent 9462e53 commit 1d6e14e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14.x
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 14.x
registry-url: 'https://npm.pkg.github.com/simondotm'
#scope: '@simondotm'
#- run: npm run addscope
- run: npm install

- name: Build plugin
run: npx nx build nxfirebase
Expand Down

0 comments on commit 1d6e14e

Please sign in to comment.